RE: Where is HttpSession ? System.net or System.web?
From: Peter Huang (v-phuang_at_online.microsoft.com)
Date: 03/15/04
- Next message: Justin Rogers: "Re: Strong names in Open Source"
- Previous message: Jens Thiel: "Re: Strong names in Open Source"
- In reply to: Anders Carlberg: "Where is HttpSession ? System.net or System.web?"
- Next in thread: Scott M.: "Re: Where is HttpSession ? System.net or System.web?"
- Reply: Scott M.: "Re: Where is HttpSession ? System.net or System.web?"
- Reply: Teemu Keiski: "Re: Where is HttpSession ? System.net or System.web?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 15 Mar 2004 02:33:23 GMT
Hi Anders,
>From your description, I understand that you wants to find the HttpSession
class in ASP.NET.
Have I fully understood you? If there is anything I misunderstood, please
feel free to let me know.
I think there is no such class in ASP.NET. Here is a link you may take a
look.
Persisting the Session with ASP.NET
Sessions in ASP.NET applications work much the same as they do in JSP. In
order for the Web server to differentiate incoming requests, it must give
the requesting browser a unique piece of information (a ticket) that is
presented on subsequent visits. The Web server uses this ticket to retrieve
session information from a durable storage area.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html
/aspnet-jspmig-sessionmanagement.asp
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Justin Rogers: "Re: Strong names in Open Source"
- Previous message: Jens Thiel: "Re: Strong names in Open Source"
- In reply to: Anders Carlberg: "Where is HttpSession ? System.net or System.web?"
- Next in thread: Scott M.: "Re: Where is HttpSession ? System.net or System.web?"
- Reply: Scott M.: "Re: Where is HttpSession ? System.net or System.web?"
- Reply: Teemu Keiski: "Re: Where is HttpSession ? System.net or System.web?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|