R
Ryan
Guest
I have a website that spans multiple pages. A user should be able to enter a password on the first page, this is stored in Session["Password"]. When I navigate to another page it works fine. However, if I go back a page, the variable is lost. Why is this happening and how can I fix it?