Phone book stop responding

  1. 8 years ago

    Hi Admin,
    Some time phone book stop responding until page refresh.
    Please help we have some frustrated users.

  2. admin

    19 Jul 2016 Administrator

    Hi,

    Most probably your php sessions are expiring too soon. You can increase php session lifetime in php.ini. Set this in your php.ini:

    session.gc_maxlifetime = 86400

    The next FOP2 version (2.31.02) will 'refresh' sessions every now in a while to avoid php session expiration from occuring.

or Sign Up to reply!