feature - 8 - Fix session expired issue
This commit is contained in:
parent
28da206043
commit
f226295d72
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ BROADCAST_DRIVER=log
|
|||
CACHE_DRIVER=array
|
||||
FILESYSTEM_DISK=local
|
||||
QUEUE_CONNECTION=sync
|
||||
SESSION_DRIVER=array
|
||||
SESSION_DRIVER=file
|
||||
SESSION_LIFETIME=120
|
||||
|
||||
MAIL_MAILER=array
|
||||
Loading…
Reference in a new issue