Auth token now nulled on logout

Signed-off-by: Joel Marcotte <skaner@gmail.com>
This commit is contained in:
Joel Marcotte
2012-09-20 17:54:28 -04:00
parent 0dc124d342
commit 3d51200a88
2 changed files with 2 additions and 3 deletions

View File

@@ -127,6 +127,8 @@ abstract class Driver {
$this->cookie($this->recaller(), null, -2000);
Session::forget($this->token());
$this->token = null;
}
/**