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?