0

i'm done set expire_on_close set off on config/session.php still not working, session still expired.

'lifetime' => 120,

'expire_on_close' => false,

1 Answers1

-1

Sessions are not stored on the server, so you can not save them. Browser sessions end when the client closes.

Nima Tf
  • 61
  • 1
  • 8