Re: ASP Sessions
From: Dave Anderson (GTSPXOESSGOQ_at_spammotel.com)
Date: 02/16/05
- Next message: Dave Anderson: "Re: Problems writing percent character"
- Previous message: Evertjan.: "Re: Nested If Question"
- In reply to: strycat_at_gmail.com: "ASP Sessions"
- Next in thread: Mark Schupp: "Re: ASP Sessions"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: Dave Anderson: "Re: Problems writing percent character"
- Previous message: Evertjan.: "Re: Nested If Question"
- In reply to: strycat_at_gmail.com: "ASP Sessions"
- Next in thread: Mark Schupp: "Re: ASP Sessions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|