Posts by Luciano Alexandre • 21 points
1 post
-
2
votes1
answer867
viewsQ: Laravel session does not work on another page
I am working on a project with Laravel, in it I created a session variable that takes a parameter of the url as follows: if(!empty(Input::get('lang'))){ $lang = Input::get('lang');…