arnabkundu
August 3rd, 1999, 07:16 AM
Hello
It is a bit complicated to explain
I am trying my best to do it
------------------------------------------------------------------------------------------------------------
I am using a cookie to store data regarding a user.This cookie is set by a servlet after verifying the userid and the corresponding password.This servlet then generates an html page .If I exit from this page by deleting the cookie and then come to this page by clicking on the back button of the browser if I click the refresh button the servlet is called again and the cookie is set again which I don't want as the user has
already exited
I want to distinguish in the servlet wether the servlet is being called by the by clicking the Refresh button of the browser or from the Logon Page.
Can it be done
Arnab
It is a bit complicated to explain
I am trying my best to do it
------------------------------------------------------------------------------------------------------------
I am using a cookie to store data regarding a user.This cookie is set by a servlet after verifying the userid and the corresponding password.This servlet then generates an html page .If I exit from this page by deleting the cookie and then come to this page by clicking on the back button of the browser if I click the refresh button the servlet is called again and the cookie is set again which I don't want as the user has
already exited
I want to distinguish in the servlet wether the servlet is being called by the by clicking the Refresh button of the browser or from the Logon Page.
Can it be done
Arnab