Changeset 20 for trunk/patSession
- Timestamp:
- 09/25/04 08:34:14 (4 years ago)
- Files:
-
- trunk/patSession/Storage/Native.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/patSession/Storage/Native.php
r17 r20 103 103 { 104 104 patErrorManager::raiseNotice( 'patSession:' . PATSESSION_ERROR_NOT_ACTIVE, 105 'Session is not active - nothing to clear',106 'The session was destroyed before .'105 'Session is destroyed - no session id available', 106 'The session was destroyed before and the session id removed.' 107 107 ); 108 108 return null;
