G
Gaetan
I would like to guarantee that only one session at a time can request exclusive access to
an object stored in Application. The ownership of the object must last throughout multiple
HTTP requests.
However the session might timeout.
When a session ask ownership of the object, I need to determine whether the session that
currently own it is still active. I need to enumerate the sessions for the current
application to determine whether to previously assigned ownership is still valid.
Hence my question: Is it possible to enumerate sessions for an application?
an object stored in Application. The ownership of the object must last throughout multiple
HTTP requests.
However the session might timeout.
When a session ask ownership of the object, I need to determine whether the session that
currently own it is still active. I need to enumerate the sessions for the current
application to determine whether to previously assigned ownership is still valid.
Hence my question: Is it possible to enumerate sessions for an application?