prevent generating new jsessionid?

Posted by mr.lost on Stack Overflow See other posts from Stack Overflow or by mr.lost
Published on 2010-05-05T09:37:14Z Indexed on 2010/05/09 10:08 UTC
Read the original article Hit count: 360

Filed under:

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.

© Stack Overflow or respective owner

Related posts about spring-security