Click here to Skip to main content
15,914,165 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I want to change session value on my all opened tab in browser or refresh my all opened tab based on dropdown change.

What I have tried:

<sessionState mode="InProc"  cookieless="true"/>
Posted
Updated 10-May-18 6:58am

1 solution

On change post back to server and run Session.Abandon[^]...
Next time you try to access the server you will have anew session...
 
Share this answer
 
Comments
ArvindTomar 11-May-18 7:59am    
Session.Abandon method logout current session but i want to refresh all my application tab in browser when change session value on dropdown selected index changed

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900