ASP Sessions

Tech-Archive recommends: Fix windows errors by optimizing your registry

strycat_at_gmail.com
Date: 02/16/05


Date: 16 Feb 2005 10:46:37 -0800

Hello,

I've got two different sets of ASP scripts on my server. Each set is
kept in their own directory. Both sets of scripts use sessions. I
want to make sure that the sessions are not accidentially shared
between the two sets as they are both different applications.

Right now I'm having a problem when I do a Session.Abandon from one set
of scripts it also kills the session for the other set of scripts (I
believe they are both using the exact same session). Is there some way
I can make sure this doesn't happen?

Thanks,

-Tom



Relevant Pages

  • Re: [PHP] Keeping POST values when paging
    ... Actually, you don't need to use sessions, post, nor get to pass variables between scripts. ... either it's using a file to transfer vars (cookie or server-written file), ...
    (php.general)
  • Re: [PHP] Keeping POST values when paging
    ... Actually, you don't need to use sessions, post, nor get to pass variables between scripts. ... either it's using a file to transfer vars (cookie or server-written file), ...
    (php.general)
  • ASP Sessions
    ... I've got two different sets of ASP scripts on my server. ... Both sets of scripts use sessions. ...
    (microsoft.public.inetserver.iis)
  • Multisession CDs and DVDs under OpenBSD.
    ... I've used scripts to burn CD's and DVD's under OpenBSD ... i've never been unable to read any multisession disk that I ... have appended sessions to. ... I use multisession disks for data. ...
    (comp.unix.bsd.openbsd.misc)
  • Re: ASP Sessions
    ... >> I've got two different sets of ASP scripts on my server. ... Both sets of scripts use sessions. ... Because they are different applications. ...
    (microsoft.public.inetserver.asp.general)