Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2007
    Posts
    451
    Plugin Contributions
    2

    Default Increase 'Admin Session Time Out' ?

    I have checked
    http://www.zen-cart.com/wiki/index.p...dmin_-_Catalog
    and /includes/functions/sessions.php

    I am not sure if I change one of the variable 900 to 4000 its going to work. its not of crucial importance.

    Code:
    Line #16 : if (!$SESS_LIFE = (SESSION_TIMEOUT_ADMIN + 900)) { 
    
    Line #17 : $SESS_LIFE = (SESSION_TIMEOUT_ADMIN + 900); 
    
    
    Line #97 : @ini_set('session.gc_maxlifetime', (SESSION_TIMEOUT_ADMIN < 900 ? (SESSION_TIMEOUT_ADMIN + 900) : SESSION_TIMEOUT_ADMIN));

  2. #2
    Join Date
    Aug 2007
    Posts
    177
    Plugin Contributions
    0

    Default Re: Increase 'Admin Session Time Out' ?

    did you ever get an answer for this?
    Vicky
    Compass Web Services - Templates for Zen Cart
    http://www.compasswebservices.com/

  3. #3
    Join Date
    Dec 2011
    Location
    Beaver Dam, Wisconsin, United States
    Posts
    56
    Plugin Contributions
    3

    Default Re: Increase 'Admin Session Time Out' ?

    To be in PCI compliance DO NOT change these admin timeout settings.

    To increase your login time use:
    http://www.zen-cart.com/downloads.php?do=file&id=1526

    Works great!

  4. #4
    Join Date
    May 2008
    Posts
    248
    Plugin Contributions
    0

    Default Re: Increase 'Admin Session Time Out' ?

    It should be up to the user to decide whether to be in PCI compliance or not, not zencart . Not all sites using zencart need to be in compliance anyway. There should be a way to modify this in the settings, but since there isn't, which file would need modified?

  5. #5
    Join Date
    Dec 2009
    Location
    The Netherlands
    Posts
    902
    Plugin Contributions
    6

    Default Re: Increase 'Admin Session Time Out' ?

    I agree,

    you will find the answer I like here http://thecartblog.com/2012/02/25/in...en-cart-1-5-0/
    My site: Zen4All
    Supported Modules: Google Mapinator - Dutch language pack - Cookie Control
    Nothing is impossible, as long as you're willing to try, make mistakes, and learn.

  6. #6
    Join Date
    May 2008
    Posts
    248
    Plugin Contributions
    0

    Default Re: Increase 'Admin Session Time Out' ?

    Worked! Thanks!

 

 

Similar Threads

  1. Paypal Standard returns session time-out
    By GlitterGoth in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 26 Nov 2009, 03:14 PM
  2. Admin Session Time Out In Seconds> Not Working
    By ARRSE in forum Basic Configuration
    Replies: 16
    Last Post: 4 May 2009, 03:15 PM
  3. Session Time Out at Checkout
    By techawave in forum General Questions
    Replies: 1
    Last Post: 2 May 2008, 12:34 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
  •