RE: Session variables
From: Mohamoss (mohamed.mossad_at_egdsc.microsoft.com)
Date: 04/14/04
- Next message: Horatiu Ripa: "Re: Session variables"
- Previous message: Wim Hollebrandse: "XML Serializer - some (enum) field not getting serialized..."
- In reply to: Bonj: "Session variables"
- Next in thread: Horatiu Ripa: "Re: Session variables"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Apr 2004 12:55:32 GMT
Hi
another way you can do it , it to store this in the application variable of
your asp.net and use the session ID as the string that you save the
variable with
so you save this way
Application.Add(session_ID,yourdata_you_want_to_save);
and get the data this way
object whatever = Application.Get(session_ID);
hope this helps .
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
- Next message: Horatiu Ripa: "Re: Session variables"
- Previous message: Wim Hollebrandse: "XML Serializer - some (enum) field not getting serialized..."
- In reply to: Bonj: "Session variables"
- Next in thread: Horatiu Ripa: "Re: Session variables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|