Cookies error
Hi professionals,
Im learinin J2EE by myself.I am facing problems now in cookies.
i have created a form with name and password .once i click submit button,it will take me to another page with content "you are logged in for first time"
if i go back again and clik submit button it will take me to same page and in message it will display me " you are logged in second time"
but if i close the page instead i go back to first page.and once i clik submit button with same user name and password its giving me message that im logging in for first time.but it suppose to be third time.
so my problem here is if i dint close my page my hitcounter get updates but once i close my page and login again its not updating.
Note: i already set session timeout as 2592000(number of seconds in month) when i deploy the project.
This is where im stuckin up now.Looking forward for your replies.
Thank you

