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