kev510
Programmer
- Jul 12, 2006
- 61
Hi guys,
I've run into some trouble with my ASP page.
First of all, using cookies is not a solution.
I have page A, B and C.
Page A is a login screen, and when the user logs in correctly, it sets a the Session("AccessCode") = "XYZ".
In page B, there is a link that directs to page C, but here's the tricky part.
Page B and C have two different URL, such as --
Page B = "Page C = "
I am guessing the problem is that the Session("AccessCode") is reset while going from B to C, which prompts the user the user to login once again.
Is there a way to keep the session alive while going from one URL to another? Please let me know. Thank you for your time!
-Kevin
I've run into some trouble with my ASP page.
First of all, using cookies is not a solution.
I have page A, B and C.
Page A is a login screen, and when the user logs in correctly, it sets a the Session("AccessCode") = "XYZ".
In page B, there is a link that directs to page C, but here's the tricky part.
Page B and C have two different URL, such as --
Page B = "Page C = "
I am guessing the problem is that the Session("AccessCode") is reset while going from B to C, which prompts the user the user to login once again.
Is there a way to keep the session alive while going from one URL to another? Please let me know. Thank you for your time!
-Kevin