> 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

Why not have the page that returns the original frameset set the
session?

> is the right solution.  The right solution is to use only one session 
> per user...

Agreed.

-- 
SwiftOne  /  Brett Sanger
[EMAIL PROTECTED]   

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

Reply via email to