hi,
i'm working on a page (or two) in at intranet. there's a main menu MENU.ASP where a user can go to PAGE1.ASP, enter user name and password, and presses a button to go to PAGE2.ASP which displays some rows from a database.
they can return to PAGE1.ASP using a return button or browser's back button. i would like to keep the user name and password when they return to PAGE1.ASP using return button or the back button so that the users do not have to re-type them every time. i have the pages going back and forth and the database listing portion works fine. but, when they return to PAGE1.ASP, the password and user id are gone. any suggestions? (this is sort of like ebay where by clicking a check a check box, it can keep you logged in for a day, so that you don't have to re-type user id and password every time. i have a hint that when they exit PAGE1.ASP, something must be done, but i'm not sure what that would be.
thanks much.
i'm working on a page (or two) in at intranet. there's a main menu MENU.ASP where a user can go to PAGE1.ASP, enter user name and password, and presses a button to go to PAGE2.ASP which displays some rows from a database.
they can return to PAGE1.ASP using a return button or browser's back button. i would like to keep the user name and password when they return to PAGE1.ASP using return button or the back button so that the users do not have to re-type them every time. i have the pages going back and forth and the database listing portion works fine. but, when they return to PAGE1.ASP, the password and user id are gone. any suggestions? (this is sort of like ebay where by clicking a check a check box, it can keep you logged in for a day, so that you don't have to re-type user id and password every time. i have a hint that when they exit PAGE1.ASP, something must be done, but i'm not sure what that would be.
thanks much.