Changeset 8980
- Timestamp:
- 05/15/08 17:53:34 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/user/sfBasicSecurityUser.class.php
r7970 r8980 226 226 } 227 227 228 // force the max lifetime for session garbage collector to be greater than timeout 229 if (ini_get('session.gc_maxlifetime') < $this->options['timeout']) 230 { 231 ini_set('session.gc_maxlifetime', $this->options['timeout']); 232 } 233 228 234 // read data from storage 229 235 $this->authenticated = $storage->read(self::AUTH_NAMESPACE);