Nov 25, 2002 #1 seeyou Programmer Oct 11, 2002 12 PT Hi. In an ASP.NET application, how can I reset all sessions? (I need this to force all users to a new login.) Thanks in advance, --- seeyou ---
Hi. In an ASP.NET application, how can I reset all sessions? (I need this to force all users to a new login.) Thanks in advance, --- seeyou ---
Nov 25, 2002 #2 drew10 Programmer Feb 26, 2002 123 US session.abandon() or session.clear() should do the trick. hth, drew Upvote 0 Downvote
Nov 26, 2002 Thread starter #3 seeyou Programmer Oct 11, 2002 12 PT What I really need to know is how can I close/reset/disconnect all open sessions(users) at the same time. Not my current session. i.e. - I login as Administrator of my web application and I wish to disconnect all users, currently connected, to force them to do a new login. Thanks in advance, --- seeyou --- Upvote 0 Downvote
What I really need to know is how can I close/reset/disconnect all open sessions(users) at the same time. Not my current session. i.e. - I login as Administrator of my web application and I wish to disconnect all users, currently connected, to force them to do a new login. Thanks in advance, --- seeyou ---
Nov 26, 2002 #4 link9 Programmer Nov 28, 2000 3,387 US Restart IIS. That will definitely do it. ;-) It's the only way that I know of to close all current sessions. Upvote 0 Downvote
Restart IIS. That will definitely do it. ;-) It's the only way that I know of to close all current sessions.