[Webcollab-users] WebCollab sessions and other questions
Brought to you by:
andrewsimpson
From: Mark D. A. <md...@di...> - 2003-12-10 08:08:22
|
Hi - I just installed WebCollab 1.50, and had some questions. It seems that session timeout is currently hardcoded constants in the code, not in config.php. In particular: setup/security_setup.php has a 10-minute inactivity timeout. users/user_online.php has a hard-coded 1 hour for a user being "online". includes/security.php has a hard-coded 1 hour for inactity timeout. Also, I don't see any where to configure whether I want to get notified of application errors/warnings, or of which ones. I certainly don't want to get an email every time a user's session times out, and that is what it is currently doing. This seems to be because timeout test in security.php purges the session, so that the next time through the code, instead the user gets the "no_session" error, a copy of which is then sent to my email box. Lastly, I should mention that you do now have a user reliant on smtp auth :). I can understant why, if installed in an intranet setting, smtp auth is not often useful. But i'm installing in an outside hosted web server, and i want to be able to use a particular smtp server from the outside, and that requires smtp auth. Thankfully, it is working for me. Thanks.... -mda |