users
[Top] [All Lists]

HttpSession question

To: users@xxxxxxxxxx
Subject: HttpSession question
From: "Jason Kretzer/STAR BASE Consulting Inc." <JKretzer@xxxxxxxxxxxxxxx>
Date: Wed, 26 May 2004 10:09:07 -0400
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm

I have a question about the persistence of a session.  Here is an example scenario:

User comes to my site(www.mySite.com) and a session is created and some attributes are added to the session.  The user then clicks a link to (www.theOtherSite.com).  The user then does some stuff on the other site and clicks a link back to my site.  

Questions:
1.) Is my original session object still active?
2.) OR  Does the session get destroyed?
3.)  If the session is destroyed, is there a way to get it back?

Separately:
4.)  How can session id's be used in this instance?

Note:  I can control the url string on the other site to contain whatever I like at all times.


Thanks,

-Jason
<Prev in Thread] Current Thread [Next in Thread>