Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Keeps logging me out as admin

  1. #1
    shakasha is offline Junior Member
    Join Date
    May 2009
    Posts
    2

    Default Keeps logging me out as admin

    Been frustrating, it keeps logging me out when in as administrator. Sometimes I can get a couple things done, and other times it just boots me out immediately. What can I do??

    AspDotNetStorefront ML/Express 8.0.1.2/8.0.1.2

  2. #2
    newtothis is offline Senior Member
    Join Date
    Mar 2009
    Posts
    200

    Default

    Try changing 'SessionTimeoutInMinutes' AppConfig maybe?

  3. #3
    jjdunkel is offline Member
    Join Date
    Jan 2006
    Location
    Chicago
    Posts
    78

    Default

    Can you tell if your website is "restarting" when that happens?

  4. #4
    cjbarth is offline Senior Member
    Join Date
    Oct 2008
    Posts
    392

    Default

    This happens to me all the time too. I have a hosted account over at Server Intellect and sometimes I can go all day working in the Admin console, sometimes I get logged out 3-4 times in a 5 minute period. At that rate I'm sure it isn't related to a web service restart.
    ML9.3.1.1
    SQL 2012 Express
    VS 2010
    Azure VM

  5. #5
    jjdunkel is offline Member
    Join Date
    Jan 2006
    Location
    Chicago
    Posts
    78

    Default

    On a server you have web service/iis restarts, then you have application pool restarts, then you have application restarts(like when a process goes bad, runs out of memory, etc.)

    Every time the application restarts, it will kill all current login sessions and force a quick recompile of your website before it starts responding again.

    You may want to check error logs to see if the application is restarting when you're having that problem. On version 9 you can probably see it in the admin > maintenance > View System Log, but in version 8 you'll probably have to contact your host to check logs to see why it's restarting.