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

I want to share HttpSession information between 2 Virtual Hosts. Can
this be done, or do I have to use an alternative method of communication
?. I tried it, with a servlet on both virtual hosts but the session was
not shared.

It is for online payment, I want to do a response.sendRedirect() to my
secure (Virtual) server for online payment, so two way comminication is
required. I know it would be easier to run the secure server on the same
host as my servlets, but this is done for business reasons.

Any help appreciated,
..Chris.




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