session is lost after successful login?

Posted by sword101 on Stack Overflow See other posts from Stack Overflow or by sword101
Published on 2010-05-05T22:05:48Z Indexed on 2010/05/05 22:08 UTC
Read the original article Hit count: 331

Filed under:

greetings all um using spring security 3.0.2,all the application pages are secured to see them you must be authenticated um using https protocol i have a strange problem that after successful login and got to the requested page when try to open any link to other pages in the application the session is invalidated or lost or what happened i don't know and the user become anonymous,and redirected to the login page and i got this from debugging:

No HttpSession currently exists
No SecurityContext was available from the HttpSession: null. A new one will be created.

after reviewing the coe many times,nothing in the code is invalidating the session,any ideas why something like this might happen?

© Stack Overflow or respective owner

Related posts about spring-security