Changeset 1806
- Timestamp:
- 01/23/2008 03:40:21 PM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Session.php
r1798 r1806 270 270 session_unset(); 271 271 272 // Delete the session cookie 273 cookie::delete(session_name()); 274 272 275 // Destroy the session 273 276 return session_destroy();
