Re: ASP Sessions

From: Dave Anderson (GTSPXOESSGOQ_at_spammotel.com)
Date: 02/16/05


Date: Wed, 16 Feb 2005 16:47:24 -0600

strycat@gmail.com wrote:
> 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.

Not sure I understand this one. If you are concerned about one application
stepping on another's variables you can resort to meaningful naming.
Otherwise, what exactly is the point?

> 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?

Build your own session architecture with a DB backend, perhaps? We actually
do this in order to BROADEN our session scope (span servers), but I suppose
it could be used to NARROW that scope.

-- 
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.


Relevant Pages

  • Re: Expect script hangs after interact call
    ... This scripts reads 2 lines at a time in a while loop and sends the send and expect strings. ... prior to your interact call. ... login in to the destination machine and ensure that your session still ... Also you exec date instead of using the tcl 'clock' command an exec ...
    (comp.lang.tcl)
  • Re: passing data from page to page
    ... I think it is good to note that many forum scripts used url sessions ... follow the url back with the session id in the url and start posting as ... Some IE browsers are known to treat cookies that don't expire for a ...
    (alt.php)
  • Re: [kde] ssh to multiple servers in seperate tabs in Konsole with one?bookmark or script?
    ... scripts i sent out earlier for a scripted "Mega Konsole" that i think ... for session in $; do ... dcop ${KID} $renameSession "$" ...
    (KDE)
  • Re: Where is the documentation for /etc/environment?
    ... # Standard Un*x authentication. ... # Standard Un*x session setup and teardown. ... # Print the status of the user's mailbox upon successful login. ... /etc/X11/xdm/scripts ...
    (Debian-User)
  • $_SESSION, autostart
    ... I just started with a service provider who's giving me a server to put ... I noticed when I copy scripts that work on my machine to ... all things $_SESSION are null. ...
    (comp.lang.php)