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

Hello,

I am trying to use the same session in both my ssl pages and my non-ssl pages.
Currently we have a development environment where each developer has their
own sandbox and apache/apache jserv webserver/app server.  thus each developer
has their own port numbers.  Since these port numbers are not the standard 80
and 443, we all have to include them in the URL.

This presents a problem as JServ starts a new session when entering a SSL page
because the cookie it previously set will not get sent due to the different port 
number.  
For example:

cookie URL for non-SSL pages:  http://server.company.com:2050
cookie URL for SSL pages:  http://server.company.com:2051

Is there a way to make JServ use the same session for both SSL and non-SSL 
pages in this environment?  Changing the cookie parameters to allow for a 
domain would seem to work, but I am hesitant to start modifying the JServ
source.

If this is a dead end, what methods are others using to get around this problem 
in multi-developer/sandbox environments??


Thanks,

Mike Deibler




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