improve session ID assignment to avoid possible overlaps.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell
2012-02-28 10:06:53 -06:00
parent e4c03aab37
commit b37c966aea
8 changed files with 53 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
use Laravel\Crypter;
class Cookie implements Driver {
class Cookie extends Driver {
/**
* The name of the cookie used to store the session payload.