How do I stay Logged In all day? - Timetracker

Last post 03-13-2007 12:49 AM by aghausman12. 1 replies.

Sort Posts:

  • How do I stay Logged In all day? - Timetracker

    03-12-2007, 10:42 PM
    • Member
      13 point Member
    • paulcarpenter
    • Member since 10-20-2006, 12:46 AM
    • Posts 4

    My users want to stay logged in all day and as they do tasks (which may take 2 hours) they fill in their time sheet.

     

    Is there a way my users can be logged in all day without having to re-login?

     

  • Re: How do I stay Logged In all day? - Timetracker

    03-13-2007, 12:49 AM
    Answer
    • Contributor
      3,035 point Contributor
    • aghausman12
    • Member since 02-19-2007, 7:55 AM
    • Karachi, Pakistan
    • Posts 550

    Yes, For that there are two options. either you main user session with cookies and set the cookie expiry time span to 24 hrs else, I would recommend you to use sql server session state for this purpose check this http://support.microsoft.com/kb/842044.

    you can also add the following lines to increate session timeout

     

     

    <sessionState 
        mode="InProc"
               stateConnectionString="tcpip=127.0.0.1:42424"
               sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
               cookieless="false"
               timeout="720"
       />
    <!-- assuming 12 hrs session timeout -->
      cheers
    Dont forget to click "Mark as Answer" on the post that helped you. This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
    http://www.aghausman.net
Page 1 of 1 (2 items)
Microsoft Communities