S
Søren M. Olesen
Hi
I'm working on a WebApplication which uses Forms authentication. What I'd
like is for a user to be able to open two browserwindows and login as two
different users. However it seems like IE & FireFox uses the same cookie
across Browser instances, so all my Session variables are shared across
logins.
I'we tried to change my application to run cookielrss, and it kind-of works
on IE, however it still doesn't work in Firefox.....
Is there a way/pattern for setting up a WebApplicaton so that multiple
(different) logins are possible??
TIA
Søren M. Olesen
I'm working on a WebApplication which uses Forms authentication. What I'd
like is for a user to be able to open two browserwindows and login as two
different users. However it seems like IE & FireFox uses the same cookie
across Browser instances, so all my Session variables are shared across
logins.
I'we tried to change my application to run cookielrss, and it kind-of works
on IE, however it still doesn't work in Firefox.....
Is there a way/pattern for setting up a WebApplicaton so that multiple
(different) logins are possible??
TIA
Søren M. Olesen