[RESOLVED] question about sign out every users
I have a question, when I compiled my asp.net c# web application and transfer the ".dll" file to my hosting server which is godaddy. What happened was, all my users that used to show "online" all appears offline at once. I query db to get that online status of a column called "LastActivity"
I guess, when that happens, I would like to sign out everyone so that they can relogin? How can I do that? I'm using form authentication.
Re: question about sign out every users
Hello,
Normally when I am uploading a new version of my application to a server, I will stop the site within IIS, and recycle the application pool. In doing this, all open sessions will be ended, and when I start the site up again, the users should be prompted to log in again.
Gary
Re: question about sign out every users
How to do that with godaddy? It's a shared hosting.
Re: question about sign out every users
Hello,
I use a shared host as well, SoftSysHosting.
Within their control panel, I have the option of stopping the Web Site, and thus doing what I mentioned above. I would suspect that there is something similar within the GoDaddy Control Panel.
Gary