Level 70
Normally in a fresh laravel, session table stores following information-
id
user_id
ip_address
user_agent
payload
last_activity
3 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
This is a vague and broad question. So I apologize in advance. I want to know the content of Laravel default session. I don't want full content of it. If I can know valuable info such as last URL variable in session and how to access them will be great.
Normally in a fresh laravel, session table stores following information-
id
user_id
ip_address
user_agent
payload
last_activity
Please or to participate in this conversation.