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 Memcached implements Driver {
|
||||
class Memcached extends Driver {
|
||||
|
||||
/**
|
||||
* The Memcache cache driver instance.
|
||||
|
||||
Reference in New Issue
Block a user