myLittleTools Community Forum

Welcome Guest Search | Active Topics | Members | Log In | Register

Login session expires very quickly Options · View
elian
Posted: Friday, November 18, 2011 4:38:22 PM

Rank: Administration
Groups: Administration

Joined: 9/11/2006
Posts: 605
Points: 649
Location: Enghien Les Bains, France
In some cases, IIS server does not manage InProc session state mode correctly. Which results in quick expiration of the login session.

Solution:
Switch session state from InProc mode to State server mode.
To do that, edit myLittleAdmin web.config file
and add in the system.web section :

Code:
<sessionState
    mode="StateServer"
    stateConnectionString="tcpip=localhost:42424"
    cookieless="false"
    timeout="20"
/>


Check also that ASP Net Session State service is running.

Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Theme created by myLittleTools
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.