Where to set the PHP Session setting in homestead? I run normal php script, and I had set
ini_set('session.gc_maxlifetime', 72460*60);
But it seem like 30 minutes will lost the session. May I know where homestead default setting for php session timeout?
Thanks
I think it is not related to gc_maxlifetime issue should be something cache issue. Anyone have similar issue?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community