1

(9 replies, posted in Setup)

Still going back to the login screen, but I've seen a different timeout screen, i.e. "Inactivity timeout" which is not the screen I'm seeing while using the software.

This is pointing me to some flaw in the session manager, it seems sometimes it drops the session and fires the login page again. As ion said above "sometimes the menu and the footer shows up" so it sometimes drops the session while the page is rendering.

2

(9 replies, posted in Setup)

A little change in php.ini and a restart of apache httpd has fixed the datetime. I'll see if i still get timeouts later.

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
;date.timezone = "America/Los_Angeles"
date.timezone = "Europe/London"

3

(9 replies, posted in Setup)

Ion's tweak didn't work for me.

I don't know if it's related but the time in the footer is -8 hours, i.e. PST timezone instead of GMT. I'll try setting the company timeout to 29400 seconds, i.e. 8 hours 10 minutes.

4

(9 replies, posted in Setup)

I'm having a similar problem on a new install, downloaded today.

I'm running FA on a WAMP server downloaded from bitnami.com/stack/wamp (v5.4.22) this is running on Win7 ultimate 64bit. This server is on my home LAN and I'm running the UI in Chrome from my laptop.

From the above comments...
my ip addresses are statically set

php.ini:
session.gc_maxlifetime = 1440
session.save_path = "E:/BitNami/WAMPST~1.22-/php/tmp"

looking in the save_path folder there a lots of files in there a few hours old, so i don't think that's being garbage collected.

I'll try the tweak ion suggested...