Date:  02/03/2005 06:46:04 PM Msg ID:  002434
From:  FoxWeb Support Thread:  002424
Subject:  Re: Cookie of Session Variable
The problem may be related to the fact that your frameset document is served by a different domain name (www.judohakudokan.com) than the frame running your script (www.conexio.net).

IE6 has a privacy setting that prevents "3rd party cookies", which are defined as cookies that don't belong to the site originally called.  For example, if your site is contained in frames and the URL of the frameset document has a different server name than the individual frames, then cookies are disabled.  Note that server names and paths are case sensitive as far as cookies are concerned, so even a capitalization discrepancy can cause this problem.
 
The way to get around this problem is to use a compact P3P policy -- an HTTP header containing an abbreviated version of a full P3P policy, which is an XML document.
 
For information on P3P policies and how to create them, check out the following sites:
 
General information on P3P:
http://www.w3.org/P3P/
 
Microsoft information on IE6 and cookies/privacy:
http://msdn.microsoft.com/workshop/security/privacy/overview/createprivacypolicy.asp

FoxWeb Support Team
support@foxweb.com email

Sent by Jean-Francois Mathieu on 01/28/2005 06:29:32 PM:
Hi,
I have post about Session state that is lost a few month ago Re: Session variable not "working" Thread 001370. My problem was solve up to recently some users bring me back a problem.
 
The situation:
In fw_enter I do the authenfication with session variable (I set them) and on the other request I validate the user by the session variable.
 
So I first pass by [fw_enter]Login.fwx and after go to [fw_enter]fUpdate.fwx and there fw_enter stop the user because I can't find the session variable and I say to the user :
                         * Message *
Access restricted!
Combinaison Username and Company not found.

Technical info:
*Company: (from session variable)
*Username: (from session variable)
*Code: www003297
*ParamID: 1FR120CL41
*SessionID: 1FR19FN2W1
The ParamID is the sessionid that I have pass to keep track and the SessionID is the new session id.
 
But I have found that everything works find if I change my "Privacy Setting" from Medium to Low. (this is happening on IE)
 
If you whant to check go to http://www.judohakudokan.com/ and set your Privacy to Medium. You should get some thing like this message and retry with Privacy Low.
 
So to me it seems that the problem regard the cookie of session. Do you have been I contact with this problem before ?
 
 
 
Thanks

J.F. Mathieu