
Is it my habit of writing long posts, or there is something wrong. I found many times that I am getting logged out in the middle of writing a post. I have lost a few posts like that and now I copy paste it in the notepad, just to be on the safe-side.
I would suggest to increase the time out and use the following algorithm:
- if a person is active (some request from his ip) then update his status as active every 3 minutes, otherwise make him inactive
- if a person is inactive (no request from his ip) then log him/her out after 10 minutes of inactivity
The above will solve this problem, I think
