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