Hi guys
I need to know the point session is expired.
I've set session life time in config/session.php like below.
'lifetime' => 1,
And then I need to implement redirecting the page to the login first page when the session is expired.
How can I implement this?
Thank you for your any kind of help.