> When I try to navigate to a secure area such as check out or admin I get
> logged out.  If I return to the default ScreenURL() I can use either the
> secure URL or the not secure URL for the whole site and
> everything is fine.
> I do not want to use the default if I dont have to though since the URL on
> the certificate won't match if I use chaosmailorder.com and using
> the secure
> URL for the whole thing is just undesirable.
>
> Why does this happen?

It's because your session is only being tracked with cookies.  Cookies are
domain-specific.  When you're crossing over into another domain, your
browser won't send the cookie.  (This is for your own protection, of
course).

You should be able to get around this by turning off cookies.  If you really
want to be slick, you could detect when someone was going from http to https
and just then add the sid to the URL.  Then the user would have a cookie in
each domain.

Leon



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to