Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to login as different user in different tabs in a browser?

I am using .net 2.0. I want to open a application in different tabs in a browser. I want to login as different users in different tabs in a browser. [The Application menus will be loaded based on particular user session.] Is it possible??

like image 431
Ramesh Avatar asked Dec 06 '25 05:12

Ramesh


1 Answers

ASP.NET cookieless sessions and cookieless forms authentication should do the trick.

I've never done it before, and it doesn't look like a lot of people have, but basically, it stores whatever would normally be in a cookie in the URL instead. Because of this, there would be nothing shared between browser tabs/windows.

I don't know how much work is involved in making that happen - I know in theory it's just a config setting, but I don't know if it's really as easy as that.

like image 66
Joe Enos Avatar answered Dec 07 '25 22:12

Joe Enos



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!