How to retrieve a list of active sessions?
i have asp.net application , in session_oninit popuplate arraylist in "application" space contains ids of users logged in.
i want this: if user log web application , user logged same account, want last user log in take valid session want invalidate session of "old" user.
is there method access list of active sessions on web server , invalidate specific session forced logout of user logged in?
i want this: if user log web application , user logged same account, want last user log in take valid session want invalidate session of "old" user.
is there method access list of active sessions on web server , invalidate specific session forced logout of user logged in?
asp.net web app specific questions should asked in forums @ http://forums.asp.net . forum questions related web services.
my best guess @ answer question halfway there maintaining list in session_oninit , have add "session valid" indicator list, invalidate conflicting entry , check against the list every incoming request. however, have find mechanism make work in multi-server farm scenarios.
Archived Forums A-B > ASMX Web Services and XML Serialization
Comments
Post a Comment