Results 1 to 4 of 4

Thread: [RESOLVED] question about sign out every users

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    Resolved [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.

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,170

    Re: question about sign out every users

    How to do that with godaddy? It's a shared hosting.

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width