Subject: Getting logged out
Hi, rnam posted a question elsewhere about being logged out a few times in the day. Just answering briefly:
1. I have set the session to never expire.
2. As I'm in the midst of development (a project goal was to get everything up and running in real-time as it folds ASAP so the community's momentum and relationships would not be fragmented) I am often restarting parts of the server. This might be causing some sessions to drop out, and if so it would moderate itself as the development becomes more stable.
3. I can use persistent cookies to store the sessions between sessions later.

Generally 1 might be okay, once 2 settles down. If sessions are still ending too often after a few more week, don't worry and I'll programme 3 as something lower priority later on.

- Manlobbi