improve session ID assignment to avoid possible overlaps.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user