Changeset 1806

Show
Ignore:
Timestamp:
01/23/2008 03:40:21 PM (12 months ago)
Author:
Geert
Message:

Fixed #332. Thanks, SuicidalWeasel?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Session.php

    r1798 r1806  
    270270                        session_unset(); 
    271271 
     272                        // Delete the session cookie 
     273                        cookie::delete(session_name()); 
     274 
    272275                        // Destroy the session 
    273276                        return session_destroy();