Showing posts with label Session asp.net mvc. Show all posts
Showing posts with label Session asp.net mvc. Show all posts

Monday, May 1, 2017

Maintain Multi Session on Multiple Tabs of browser


How do you maintain multiple sessions on different tabs of browser.


Yes this is an interesting topic.

I knew it was easy if we were using cookieless session, but ours is a cookie enabled session.

I was struggling all the day and then I finally got a hint that we can use Web.config to handle above issue.

Wondering how?

 <sessionState cookieless="UseUri" regenerateExpiredSessionId="true">
  </sessionState>


Generative AI: Paving the way for Performance-Driven Enterprise Architecture

  Generative AI is not just reshaping the technological frontier; it's rapidly becoming an essential tool in optimizing enterprise archi...