-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

As far as I know, you're correct about sessions not being valid across
zones. However, the problem I was having was that I wanted to run servlets
out of separate zones with their own unique sessions (not sharing sessions
across zones). When I would launch one servlet, I could use it just
fine...until I launched another, which created its own session. Since both
servlets are being run from the same server and they both have a cookie name
of "JServSessionId", the new session would overwrite the cookie from the
previous session, thus expiring my first session.

I apologize for any confusion.

Thanks,

Justin

> -----Original Message-----
> From: jon * [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 16, 1999 1:32 PM
> To: Java Apache Users
> Subject: Re: Incorrect session expiration
> 
> 
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
> 
> > Thanks for your help, but another list reader recognized my 
> problem as one
> > which is defined here: http://bugs.apache.org/index/full/4382 .
> 
> actually it is more than that. what i said is true and is the 
> way it will be
> as far as i can tell (correct me if i'm wrong please). 
> sessions will not be
> valid across zones. if you need that functionality, abstract 
> the sessioning
> from your application.
> 
> -jon
> 
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
> 
> 



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to