Hi Dani,
the only solution i can imagine in this case is to invalidate session
from first browser when the same user logs in with the second browser
- it would require You to write such bussiness logic to make it work.
But then again You cannot (or it will be very hard to do)
differentiate if a request comes from first or second tab in ff.
So if it's a real problem/requirement You should probably use
something other than web based solution.

Best greetings,
Pawel Wielgus.

2008/11/30, Dani <[EMAIL PROTECTED]>:
> Hi,
>
> In my web application I have to manage sessions. An user can not login
> from multiple browsers (just one session available per user). I have
> read that if browser window is cloned (such as a new tab in firefox or
> IE) the session is also cloned to this new tab so a user could have two
> instances of the application, and that´s what i am trying to  avoid.
>
> I have been playing around with sessions ID but no luck...
>
> Any suggestions to achieve this?
>
> Thanks!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to