Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
User personalized controls
Message
From
17/04/2007 11:41:05
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows Server 2003
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01216458
Message ID:
01216799
Views:
15
>>>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/
Previous
Reply
Map
View

Click here to load this message in the networking platform