Level 29
This should work, but only on routes for which session is initialised.
Summer Sale! All accounts are 50% off this week.
Hello,
I try to detremine if a session in laravel not exist. I do the following request but it doesn't work :
''' if(!Session::has('location')){ ... } '''
How i can check if a laravel session (session::put) is not set ? Thank you
This should work, but only on routes for which session is initialised.
Please or to participate in this conversation.