Changeset 55 for branches/patSession2
- Timestamp:
- 05/10/07 13:02:03 (1 year ago)
- Files:
-
- branches/patSession2/patSession/Storage/Native.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/patSession2/patSession/Storage/Native.php
r54 r55 164 164 } 165 165 166 $result = parent:: setOptions( $options );166 $result = parent::_setOptions( $options ); 167 167 168 168 session_set_cookie_params( $this->_cookieParam['lifetime']
