G
Grant
I have some users cannot fill out the user account information. First page
ask them for a code then the second page ask for the user information. When
they click on continue in user information page, it takes them back to the
default page. I have a if statement "if session(user_name") = "" then
response.redirect ("default.aspx") . Why is the session variables not
holding or not being populated? I changed the session state to "stateserver"
but it is not helping. This does not work for ten out of 600 users.
Any idea what is going on?
ask them for a code then the second page ask for the user information. When
they click on continue in user information page, it takes them back to the
default page. I have a if statement "if session(user_name") = "" then
response.redirect ("default.aspx") . Why is the session variables not
holding or not being populated? I changed the session state to "stateserver"
but it is not helping. This does not work for ten out of 600 users.
Any idea what is going on?