Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
User personalized controls
Message
De
17/04/2007 11:41:05
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
OS:
Windows Server 2003
Network:
Windows 2003 Server
Divers
Thread ID:
01216458
Message ID:
01216799
Vues:
16
>>>Thank you for your reply. I actually started to develop a method to store the filters index in a SQL Server. Seems like a lot of trips to the server in order to get and set filter values... What would be the advantage of using Session State?
>>>
>>>Daniel
>>
>>Session state is saved within the user's state. I don't have a complete understanding of what goes on under the hood, but I believe that the session state is serialized and contained within the HTML of the page. I would recommend doing a search on it and reading a bit about it.
>
>Session data is maintained on server either in-memory (default) or stored to database if configured (typically done for server farm environment).
>Viewstate is serialized and sent to the client.

Viewstate, yes! That's what I was trying to think of. I knew there was a difference, but couldn't think of it. Thanks!
Very fitting: http://xkcd.com/386/
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform