Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
User personalized controls
Message
From
17/04/2007 08:39: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:
01216668
Views:
18
>>>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.
>
>How about just saving personalized info into a cookie?

That would work too, but I think session state is cookie-less, so people who have cookies disabled would be just fine.
Very fitting: http://xkcd.com/386/
Previous
Reply
Map
View

Click here to load this message in the networking platform