On Jan 19, 2011, at 12:49 PM, ae wrote:
> 
> I can say that using two different browsers (FF & Chrome) from the
> same host does not exhibit the same behavior as two tabs/windows from
> the same browser (same profile...).

Yes, that's expected. Browsers don't share their cookie jars, so there's no way 
for them to share a session.

> 
> On Jan 19, 1:46 pm, ron_m <ron.mco...@gmail.com> wrote:
>> I remember session.forget() documented as a performance enhancement - no
>> plans to alter session on this call, do this to save the write. I think this
>> would be the most common use. Adding the response parameter to unlock the
>> session file is only required if there is a need for concurrency in the same
>> session. Normally this would apply to a user using more than one
>> tab/window/browser from the same machine.
>> 
>> I have not explored what happens when you have multiple users behind a NAT
>> box because to the server they would all appear to be using the same IP
>> address. I need to study up on what causes the server to use a new session.


Reply via email to