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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -