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??
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With