Re: Where is HttpSession ? System.net or System.web?
From: Scott M. (s-mar_at_BADSPAMsnet.net)
Date: 03/15/04
- Next message: Joe Hanna: "Re: Network Connection Event Listener"
- Previous message: Justin Rogers: "Re: Strong names in Open Source"
- In reply to: Peter Huang: "RE: Where is HttpSession ? System.net or System.web?"
- Next in thread: Teemu Keiski: "Re: Where is HttpSession ? System.net or System.web?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 14 Mar 2004 21:55:34 -0500
Huh? Of course there is:
System.Web.SessionState in the System.Web.dll assembly.
""Peter Huang"" <v-phuang@online.microsoft.com> wrote in message
news:BMwzpXjCEHA.2300@cpmsftngxa06.phx.gbl...
> 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: Joe Hanna: "Re: Network Connection Event Listener"
- Previous message: Justin Rogers: "Re: Strong names in Open Source"
- In reply to: Peter Huang: "RE: Where is HttpSession ? System.net or System.web?"
- Next in thread: Teemu Keiski: "Re: Where is HttpSession ? System.net or System.web?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|