You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Session::put('k','v') works for me using the cookie driver.
It seems like one has to manually bind the created cookie to the response as pointed out here: http://four.laravel.com/docs/responses#basic-responses
When calling Cookie::make() I can't find anything in the code which actually sets the cookie.
I try Cookie::forever('test','test'); and nothing happens :-(
The text was updated successfully, but these errors were encountered: