What session driver are you using? Maybe you don't have permissions for the file or one of the third party drivers. You could try to use the array or database driver
Mar 9, 2018
4
Level 1
Empty _flash session on welcome(login) page of shared hosting
i just found that my sessions are empty on my web host on my localhost i get this
- {"_token":"svVMNyQ7qG5kB2PfD1EQMufFbn2c1MNMcvrOGmHQ","_flash":{"old":[],"new":[]},"_previous":{"url":"http://localhost:8000/en/welcome"}}
and on my web host this
- {"_token":"1uzxzEnRBMPQpTGlmhieXlg1pOzALJ5XhUYHVk42"}
And i dont know how to solve it any ideas
Level 1
I found the problem in my web.php file I had one empty row before the opening <?php tag . I delete it and now everythig works fine. Thanks for the help.
Please or to participate in this conversation.