Level 1
Have you navigated to a different page before trying to check for a session value? You can not set a session value and retrieve it on the same page.
Summer Sale! All accounts are 50% off this week.
On 4.2 in my controller
Session::put('mysession', 'yes');
in my blade
dd( Session:get('mysession') ) is empty - why is the session not storing?
````
Have you navigated to a different page before trying to check for a session value? You can not set a session value and retrieve it on the same page.
Please or to participate in this conversation.