-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
for: stack-overflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.com
Description
I know session_id
is stored in cookie and it is used to retrieve user info upon requests.
However when I look at the cookie value in chrome, and databasse (SPRING_SESSION table), there's no matching session_id.
Also, it perflexes me that SPRING_SESSION has primary_id as primary key and there's no index on session_id.
How can I get the session_id as in request.getSession.getId()
from reading cookie ?
Metadata
Metadata
Assignees
Labels
for: stack-overflowA question that's better suited to stackoverflow.comA question that's better suited to stackoverflow.com