restructured session driver interfaces and added cookie session driver.
This commit is contained in:
@@ -37,15 +37,4 @@ class APC implements Driver {
|
||||
Cache::driver('apc')->forget($id);
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete all expired sessions.
|
||||
*
|
||||
* @param int $expiration
|
||||
* @return void
|
||||
*/
|
||||
public function sweep($expiration)
|
||||
{
|
||||
// APC sessions will expire automatically.
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user