Results 1 to 4 of 4

Thread: How can I keep myself login?

  1. #1
    aaron4tc is offline Member
    Join Date
    Aug 2008
    Posts
    5

    Question How can I keep myself login?

    I would like to keep myself login in CRM all day without been kicked out after a certain period that I didn't use it.

    I tried to look into the config file and system setting through Admin but I didn't find anything.

    Can anyone help me, please? Thanks in advance!

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: How can I keep myself login?

    In an other web application I used the following JavaScript Code in a fram of the application:

    PHP Code:
    <script type="text/javascript">
    <!--
    var 
    timer;
    function 
    reload()
    {
    location.href location.href;
    }
    timer setTimeout("reload()",20*60*1000); // every 20 minutes
    // -->
    </script> 
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  3. #3
    JVWay is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Corvallis, Oregon
    Posts
    452

    Default Re: How can I keep myself login?

    Or, in php.ini (ubuntu linux it's under /etc/php5/apache2

    make the value of session.gc_maxlifetime = 14400

    I think it's defaulted to 1440. Setting it to 14400 sets the timeout to around 4 hours I think.

    Really I would think this should be enough. If you haven't touched your system in four hours you'd probably want the connection to be cleaned up. But it's your call. Also be aware that this is global.
    Jerry Way
    Business Process Administrator

    Sugar 6.1.4 Professional
    (Testing 6.1.2)
    LAMP on Centos 5
    PHP 5
    MySQL 5
    Apache 2.2

  4. #4
    aaron4tc is offline Member
    Join Date
    Aug 2008
    Posts
    5

    Default Re: How can I keep myself login?

    Thanks all above!
    I will try later~

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Setup of Active Directory login in fesh ver 5 install
    By altomkins in forum Installation and Upgrade Help
    Replies: 9
    Last Post: 2011-08-10, 10:32 AM
  2. Replies: 5
    Last Post: 2008-08-12, 10:19 PM
  3. Bypassing login?
    By jasonsot in forum Help
    Replies: 4
    Last Post: 2008-06-04, 09:40 PM
  4. Replies: 0
    Last Post: 2006-06-15, 03:37 AM
  5. By login api login is not sucessful in sugarcrm
    By abo in forum Developer Help
    Replies: 0
    Last Post: 2006-04-20, 07:18 AM

Bookmarks

Posting Permissions

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