esb01
12-22-2004, 09:06 PM
In Form1 I set a Session("userID") and redirect to Form2.
In Form2 I have a dropdown web control with AutoPostBack = True.
When I change the dropdown selected value, my Session("userID") becomes an empty string. Why and how to prevent it from happening?
Note: this happens only on the server. When I try it locally everything works fine.
In Form2 I have a dropdown web control with AutoPostBack = True.
When I change the dropdown selected value, my Session("userID") becomes an empty string. Why and how to prevent it from happening?
Note: this happens only on the server. When I try it locally everything works fine.