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

>> OK -  I have the server and JServ sharing the JVM on the unsecure server,
>> but I'm not sure how to get the session to be the same.  When I compare the
>> session id's that are being generated, the SSL version is creating a new
>> session, not using the session that was generated by the original unsecure
>> requests.   Is there a configuration parameter that tells jserv to use the
>> original session and not create a new one?
> 
> Different zones get different sessions.
> 
> -jon
> 
So how does one pass session data from an unsecure server to a secure server
and back again?  Jean pointed out that it *is possible* to share sessions
between these two types of requests.

Mike



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