J
John Devlon
Hi,
I've created 2 pages. On the first page i've created 2 session variables.
Going to the second page using the redirect function, the session variables
can't be located. Do i have to enable the session features in de web config
file or is there something else that went wrong?
Does anyone have an idea?
Page 1
Session("Login") = "John"
Session("Password") = "admin"
response.redirect("nextpage.aspx"")
Page 2
Dim strLogin as string = Session("Login")
Session("Login") is emty ....
Does anyone have an idea?
Thanx
john
I've created 2 pages. On the first page i've created 2 session variables.
Going to the second page using the redirect function, the session variables
can't be located. Do i have to enable the session features in de web config
file or is there something else that went wrong?
Does anyone have an idea?
Page 1
Session("Login") = "John"
Session("Password") = "admin"
response.redirect("nextpage.aspx"")
Page 2
Dim strLogin as string = Session("Login")
Session("Login") is emty ....
Does anyone have an idea?
Thanx
john