hi,
we have a custom cms with password protected admin for editing pages, etc.
i use sessions for authorisation and have moved the default save_path to a separate directory and increased session time to a day (from php's default 15 minutes).
however, people still get logged out at the most inopportune times - sometimes losing a frustrating amount of editing. this situation is as follows: someone spends 30 minutes formatting a page, uploading photos, etc, presses save and is logged out, thereby losing all the posted data.
i wondered what other people use and whether you have any workarounds for this?
many thanks