improve session ID assignment to avoid possible overlaps.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php namespace Laravel\Session\Drivers;
|
||||
|
||||
class File implements Driver, Sweeper {
|
||||
class File extends Driver implements Sweeper {
|
||||
|
||||
/**
|
||||
* The path to which the session files should be written.
|
||||
|
||||
Reference in New Issue
Block a user