Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Session variables
Message
De
21/02/2011 10:01:05
 
 
À
21/02/2011 07:37:14
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01501064
Message ID:
01501081
Vues:
53
>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.

Right in theory. Obvious question : Are you sure it's the same session ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform