Nov 11, 2015
0
Level 1
Session is killing me
I am setting a variable in session as follows session(['selectedCustomer'=> $customer]); and getting variable as follows $customer = session('selectedCustomer');
When i click on menu multiple times on different links, it is missing the variable or removing it after certain seconds/clicks. I am using it in different controllers.
Please or to participate in this conversation.