prevent generating new jsessionid?
- by mr.lost
greetings all
my application uses spring framework,spring security 3.0.2
we use apache tomcat as app server
the problem is that with each new request to the application
a new jsessionid is generated and a new session is created so the user is logged out
and that's weird,why generating new jsessionid,how to stop that?
i reviewed the code,nothing is creating a new session?
is it a framework problem or app server problem or what?
your help is very appreciated.
thank you.