Re: Keeping objects between requests within the same session
From: Don (unknown_at_oblivion.com)
Date: 02/26/04
- Next message: Teemu Keiski: "Re: Keeping objects between requests within the same session"
- Previous message: John Lau: "Re: How To Create Custom Aspx Error Reporting Page"
- In reply to: Don: "Keeping objects between requests within the same session"
- Next in thread: Teemu Keiski: "Re: Keeping objects between requests within the same session"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Feb 2004 21:23:58 GMT
"Don" <unknown@oblivion.com> wrote in message
news:wqt%b.605594$JQ1.508433@pd7tw1no...
> Is there another class I can throw this stuff into, similar to the way
> HttpContext.Current works, that will let the objects last for the entire
> session and not just the current request? In ASP.NET there's a Session
> class which has the right scope, but I don't know how -- or even if it's
> possible -- to access that class from by VB.NET DLL.
I forgot to mention that I need to be able to recreate this class in a
Windows app. I mean to do this so as to make it seem like a person running
a Windows app is like one session at a website. Again, HttpContext.Current
worked perfectly for everything...except that it just had the wrong scope
for my ASP.NET application.
- Don
- Next message: Teemu Keiski: "Re: Keeping objects between requests within the same session"
- Previous message: John Lau: "Re: How To Create Custom Aspx Error Reporting Page"
- In reply to: Don: "Keeping objects between requests within the same session"
- Next in thread: Teemu Keiski: "Re: Keeping objects between requests within the same session"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|