R
Rory Becker
Does anyone know of a good way to kill the session of a single user?
I need to locally simulate the arrival of a user at a given point in my application
and then them waiting sufficient time for session to expire.
A perfect solution would be a winform app which I scould run on my dev box
to monitor the sessions of a given app. I would use this to see when the
session is generated for the user as I log in to my app and then have a
button which would allow me to kill that session.
Any ideas?
I need to locally simulate the arrival of a user at a given point in my application
and then them waiting sufficient time for session to expire.
A perfect solution would be a winform app which I scould run on my dev box
to monitor the sessions of a given app. I would use this to see when the
session is generated for the user as I log in to my app and then have a
button which would allow me to kill that session.
Any ideas?