chchar
10-11-2002, 04:12 AM
Hello,
I'm evaluating to use session instead of
cookie to do the checking on user login
to my web page.
Basically, when user entered correct user
id and password, I'll store user id into
session.
But I noticed that, the disadvantage
of using session is I can't use history.back
or click back from the browser to back to
the previous page. The page will display
"Warning: Page has Expired ....."
Any one can help if I still want to
using session and I can use back button
from browser to the previous page.
Regards,
Char
I'm evaluating to use session instead of
cookie to do the checking on user login
to my web page.
Basically, when user entered correct user
id and password, I'll store user id into
session.
But I noticed that, the disadvantage
of using session is I can't use history.back
or click back from the browser to back to
the previous page. The page will display
"Warning: Page has Expired ....."
Any one can help if I still want to
using session and I can use back button
from browser to the previous page.
Regards,
Char