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.
Location: In front of this computer. (Where else?)
Posts: 442
Thanks: 0
Thanked 0 Times in 0 Posts
Discuss with your service provider. If it works fine locally and doesn't work remotely, the prob is on the host's side. Read their documentation and their FAQs. Contact someone there if possible with the problem u're having.