Re: Keeping objects between requests within the same session

From: Don (unknown_at_oblivion.com)
Date: 02/26/04


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



Relevant Pages

  • Secure website (cookie/session)
    ... Secure a part of my website. ... access to server settings (session timeout, security,...). ... do not lose time re-submitting it because the use was redirect to the ...
    (microsoft.public.inetserver.iis.security)
  • Secure website (cookie/session)
    ... Secure a part of my website. ... access to server settings (session timeout, security,...). ... do not lose time re-submitting it because the use was redirect to the ...
    (microsoft.public.inetserver.iis.security)
  • Untold(...) variable scope in ASP.NET
    ... We all know that declaring a variable as 'Public' gives it global ... scope over the application, nothing new... ... I usually dont like to create session variable because i found them ... scope goes beyong the user session, actually you are better off using ...
    (microsoft.public.dotnet.languages.vb)
  • Re: NTLM/Browser Storing Any Sessions ??
    ... I'm not sure why sounds like the session was still ... Enabled for all Internet Website. ... Authentication Prompt(it could be the server has been enabled with the ... the authentication to the Intranet Website also? ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: How Can I Define Global Classes In Web Application ?
    ... which refers to scope. ... the child might think of "the world" as their neighborhood. ... This is entirely different than "Session Scope" which is restricted to those ... FTP Client Classes, Enhanced Data Controls, much more. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading