Not exactly.  The shared="true" attribute is designed for a SINGLE web app 
to be deployed to two DIFFERENT places, and be able to share session 
information.

In other words, make sure the https://... pages and the http://... pages 
are within the same application, by mapping both URLs to point to the same 
web app, with shared="true" for them both.  That way, the session 
information will be shareable between the two "views" of the same application.

Orion does not support shared sessions between different web applications.

Regards,
Dan.


At 09:06 10/05/2001 +1000, you wrote:
>robert,
>
>check out the shared attribute of a web app in the orion docs.
>
>it's designed allow two different web apps to share sessions.
>
>i.e. in the <appname>-web-site.xml file, set
>
>     <web-site>
>       <web-app shared="true"/>
>     </web-site>
>
>for both the secure and non-secure apps.
>
>cheers,
>greg
>
>----- Original Message -----
>From: "Robert S. Sfeir" <[EMAIL PROTECTED]>
>To: "Orion-Interest" <[EMAIL PROTECTED]>
>Sent: Wednesday, May 09, 2001 5:19 AM
>Subject: BIG Problem with SSL
>
>
> > When I setup SSL under Orion and I hit:
> > http://www.domain.com
> >
> > then hit
> >
> > https://www.domain.com
> >
> > they both come up fine, but it looks like Orion is starting a new
>session!!!
> >
> > This is bad because if someone is logged in under https, it doesn't look
> > like they're logged in when they're under the http server.
> >
> > Am I missing a setting with SSL or is this normal Orion behavior?
> >
> > Thanks for any prompt response you might have.
> >
> > R
> >
> >
> >

--
Dan North
Support Team  -  Cadrion Consulting Ltd  -  +44 (0)20 7440 9550

CONFIDENTIALITY
This e-mail and any attachments are confidential
and may also be privileged. If you are not the named recipient,
please notify the sender immediately and do not disclose the
contents to another person, use it for any purpose, or store
or copy the information in any medium


Reply via email to