Re: need quick helpp

From: Bã§TãRÐ (nobody_at_msn.com)
Date: 07/27/04


Date: Tue, 27 Jul 2004 04:21:39 GMT

On Fri, 23 Jul 2004 07:21:02 -0700, "P whittaker"
<Pwhittaker@discussions.microsoft.com> wrote:

>I have a similar problem with a cloaking site which is on a different server to the site it is calling. If the first site I go into when I log in is the cloaking site then the session cookies are blocked. If however I have been to the child site first before calling the cloaked site then everything works. I have set up a p3p policy for the child site but there isn't one for the cloaking site. I am desperate to know how I can get it to work if the first site that is called is the cloaking site.
>
>
>Thanks

If you are using sessions and SSL - sessions arent transfered to the
other server without using server-side session token, eg:
www.mysite.com?sessionID=123

OR

I stumbled across this script the other day looking for a similar
solution to the issue I was having. It may help you.

http://www.tele-pro.co.uk/scripts/xsess/

Good Luck
- ***