do not reset id before deleting the file associated with id

This commit is contained in:
<bdauvergne@entrouvert.com> 1206640082 +0100 0001-01-01 00:00:00 +00:00
parent 2fad124bd8
commit d6ee2168f5
1 changed files with 1 additions and 1 deletions

View File

@ -175,8 +175,8 @@ class LassoSPKitUtilsSession {
/** Clear the session object of all communication
from the LassoSPKit. */
function clear() {
$this->id = null;
$this->delete();
$this->id = null;
}
static function logout() {
$athis = self::getSingleton();