Answer the question
In order to leave comments, you need to log in
How to save session forever in laravel?
Hello everyone, how to save a language session forever?
I have 2 languages on the site, but Laravel remembers the selected one for a day, and then returns the default, how to fix it?
I am using session.
Answer the question
In order to leave comments, you need to log in
Well, use cookies. What is the problem? Sessions are limited by PHP settings, as far as I remember.
ini_set('session.gc_maxlifetime', 10800); //30 minutes
Obviously, in addition to everything else, you need to try to make the default language for default conditions :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question