Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Session variables
Message
From
21/02/2011 07:37:14
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Session variables
Miscellaneous
Thread ID:
01501064
Message ID:
01501064
Views:
88
Hi

If I do

HttpContext.Current.Session("DefaultCountryList") = country_list

and I can see in the debugger that this has been populated with a list of countries

then the next asp page does

Me.m_Countries = HttpContext.Current.Session("DefaultCountryList")

why is HttpContext.Current.Session("DefaultCountryList") empty

I assumed that it would remain populated .

Am I wrong.

Thanks

Nick
Next
Reply
Map
View

Click here to load this message in the networking platform