Phone book stop responding

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

Comments

  • 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.
Sign In or Register to comment.