Hi!
If you want to share info between Http and Https session , you have
two options:

i) Use a central repository (like JNDI)

ii) Use the same web-app for http and https service, and set
shared="true" in the deployment (check out the web-site.xml
documentation). This way the HttpSession object, servlet context, etc
are shared by both instances.

This topic was discussed some time ago in this list, perhaps in the
archives you can find a better (or more specific) answer

http://www.mail-archive.com/orion-interest%40orionserver.com/

-- 
Best regards,
 Rafael                            mailto:[EMAIL PROTECTED]




Reply via email to