----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I have noticed that Jserv sometimes creates two session cookies if you are
running several virtual hosts that share a domain.  So if you have
x.y.same.com and a.b.same.com you can get multiple cookies.

Are you using multiple web servers with a shared domain?

-----Original Message-----
----------------------------------------------------------------

I am using sessions to store retrieved data from the db for a customer,
but I am finding occassionally
(not a lot, but just enough to piss the customers off) that the session
I get back is not the right session.
I am storing a customer's id in a cookie and then matching that with
what I get back from what I
store in the session object (getSession(true)) and it is not the
same!!!!

This is under Apache 1.3.12, JDK 1.2.2. RC4 (Blackdown), Jserv 1.1.2,
JSDK 2.0, Redhat 6.2

Has anyone else had this kind of a problem? Is this a JSDK2.0 problem or
a Jserv problem?


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to