sev_pro liked a comment+100 XP
5mos ago
If you use the cookie session driver, all session data is stored in cookies. What you're seeing is the encrypted session data. Nothing weird there.
But why would you need to store session data in cookies rather than on the server? For example, the file session driver requires no configuration and makes this problem go away. And for a more scalable solution you could look at database or Redis sessions.
sev_pro liked a comment+100 XP
5mos ago
sev_pro wrote a reply+100 XP
5mos ago
sev_pro wrote a reply+100 XP
5mos ago