Link to home
Start Free TrialLog in
Avatar of Rohit Bajaj
Rohit BajajFlag for India

asked on

where is session ID cache stored

HI,
I have made a spring based web application. After deploying it i saw that many times browser sends jssessionID cookie to the server and there is no time spent on initial connection setup and SSL. So the server must be caching the sessionID.
I am using embedded jetty in my web application.

Where can i see the sessionID cache on server side ? Can i see it on the linux box where i have deployed the web application

Thanks
ASKER CERTIFIED SOLUTION
Avatar of btan
btan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial