I have deployed my web application on Glashfish 3.2.1. I have set the session timeout to be 30 minutes in the web.xml. My application has a login page and once this user is authenticated(password checked) the login proceeds loading the webpage. Although the user gets authenticated, the login button click only results in sessiona invalidate :( I can see that the session details get lost. Why is this happening? Should I set something in my firefox browser? If no, how can I prevent this?
Thanks in advance
Please see my post here where I have mentioned the code: Server page redirected to Filer before Login
[jsp],[web-applications],[java-ee-6]tags, but just[jsf],[jsf-2]and/or[viewexpiredexception]to attract the right folks. Your problem is basically answered in this question stackoverflow.com/questions/3642919/… – BalusC Jan 15 at 10:53