On Mon, Jul 05, 2004 at 08:17:35AM -0400, Cees Hek wrote: > Secondly, how are your sessions implemented (cookies or URL based)? > Using a cookie based session with frames can lead to problems, because > on the first request to the page, the two frames will be requested in > parallel, and hence no sessions will be setup when both requests come > into the server. So a session is setup for each frame. To solve this > perhaps you need to set the session cookie in the parent frame, which > will be loaded first, so that both frames will get the same session > cookie and include it in the headers when they make their first request.
Cees, This is my understanding of Ron's issue. I was thinking along the same lines of having a sign-on page which sets the session before taking the user to the frame. This would set the session data which could then be retrieved by each of the scripts called in the frame. William -- Knowmad Services Inc. http://www.knowmad.com --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
