
Originally Posted by
Andy Tane
I also experienced this. 2 hours of editing a How-to (man, i was in the groove)... Done! Click Save....

ARGGGGggggghhhhhh!!!!!!!
There has to be some sort of session timeout someplace.
puh-leez... I know i'm gonna get grief from users over this once the wiki is used heavily.
Andy - Sorry to hear that 
You might want to try increasing the following value in your /etc/php5/apache2/php.ini
Code:
; After this number of seconds, stored data will be seen as 'garbage' and
; cleaned up by the garbage collection process.
session.gc_maxlifetime = 1440
Then make sure to restart apache:
Code:
/etc/init.d/apache2 restart
Chances are that your session timed out (24 minutes being php's default).