asp.net mvc - Is there any way to access and change session data of other sessions with InProc sessions? -


i have auth related data stored in session. refresh data logged in @ time data changed in database. (note: logged in user makes changes can different user affected)

is there way access , change session data of other sessions inproc sessions?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -