Constant logging out of application
Page: 1
This is getting really, really annoying but I don't know whether it is a server issue, a browser issue, or an activecollab issue. Opinions would be most appreciated:
When writing a long post, then attaching a file and uploading the file I am frequently logged out and returned to the login screen with the post gone. As you might imagine this is incredibly annoying.
Does this happen to anybody else or should I look at my setup for reasons? My install is hosted by dreamhost, my usual browser is the latest build of Safari on 10.5.1.
Cheers,
Andy
When writing a long post, then attaching a file and uploading the file I am frequently logged out and returned to the login screen with the post gone. As you might imagine this is incredibly annoying.
Does this happen to anybody else or should I look at my setup for reasons? My install is hosted by dreamhost, my usual browser is the latest build of Safari on 10.5.1.
Cheers,
Andy
We had similar issues of being logged out of the application after 24 minutes. Did some search on the net and found out that it had to do with the PHP garbage cleanup, the thing that cleans expired sessions, causing you to be logged out. I don't recall the exact reasons (something about other web apps setting it's own default lifetime).
http://blog.centresource.com/2006/05/23/php-session-lifetime-an-adventure/
The above is a pretty good read, and suggest saving sessions to a separate directory. So, by setting a session.save_path for just aC fixed the issue. I did it by adding the following to activecollab/angie/init.php just before @session.start();
Since I don't know what DreamHost (guessing it's an isp) this may or may not be possible.
Hope it helps
http://blog.centresource.com/2006/05/23/php-session-lifetime-an-adventure/
The above is a pretty good read, and suggest saving sessions to a separate directory. So, by setting a session.save_path for just aC fixed the issue. I did it by adding the following to activecollab/angie/init.php just before @session.start();
ini_set('session.save_path','/path/to/a/directory/for/ac_sessions');Since I don't know what DreamHost (guessing it's an isp) this may or may not be possible.
Hope it helps
Casper Valdemar
Thanks to both of you. Unfortunately the 'remember me' button doesn't make any different to the problem.



