Hello,
I am in the final stages of creating my webpage. I have a login page that takes the user to their "Account Page". From there, they can "Edit User Info" and then return to the "Account Page".
Currently, the user needs to login to get to the "Account Page", then they click the "Edit" button and have to login again to "Edit User Info". Once they edit their info, they have to login again to get back to the "Account Page".
How do I code my pages so that once the user logs in, they are allowed to navigate the site without having to login each time they try to access a secured page?
Also, how do I allow them to log out if they are done?
I have been reading about Session variables and the global.asa page but am confused right now.
Any thoughts are much welcomed.
Thanks - Jerry
I am in the final stages of creating my webpage. I have a login page that takes the user to their "Account Page". From there, they can "Edit User Info" and then return to the "Account Page".
Currently, the user needs to login to get to the "Account Page", then they click the "Edit" button and have to login again to "Edit User Info". Once they edit their info, they have to login again to get back to the "Account Page".
How do I code my pages so that once the user logs in, they are allowed to navigate the site without having to login each time they try to access a secured page?
Also, how do I allow them to log out if they are done?
I have been reading about Session variables and the global.asa page but am confused right now.
Any thoughts are much welcomed.
Thanks - Jerry
Comment