At 00:56 07.03.2001, Bill Rausch said:
--------------------[snip]--------------------
>What I mean is, if a user is connected to a php page that uses sessions and
>that is involved in a time consuming operation (say 20 seconds or more)
>before returning an answer, and the user also opens a second window in the
>same browser to connect to another page in the same site that uses sessions
>the second window  will hang till the first operation is complete.
>
>While testing, I was able to show that if I don't use sessions this doesn't
>happen.
>
>I need to use sessions and would like to allow users to have multiple
>windows connected to my site (it is an intranet application).
--------------------[snip]-------------------- 

try not to use cookies - use session keys via URL/hidden form fields. This
way multiple browser connects can have multiple session keys, and you won't
"hang"



     ...ebird

   >O     Ernest E. Vogelsinger
   (\)    http://www.1-at-web.at/
    ^     ICQ#   13394035


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to