I need to maintain users choices among different sessions.
So i'd like to use a kind of server-side cookies, just to be sure he won't
delete or reject the cookie, depending on the client security level.
But i can't find a way to do it, except using the FileStream Class.
Any other ideas ?
Thxs in advance,
....................................................................
Homer J. Simpson
Duff MVP - Donuts & Onion Rings Certified
....................................................................
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--
"Homer J. Simpson" <not@home> wrote in message
news:3f8d434a$0$236$4d4e...@read.news.fr.uu.net...
My problem is :
I want to preserve user's parameters even if is not connected.
I should be able to restore his stored datas from one session to an other.
Session object or Viewstate is lost when he quits, so i can't use them. The
best method would be to store this in a DB, but i'd like to do it in a
simpliest way...