Hi
I'm running Omeka on my university server (2 instances) and one of them keeps logging me out every 5 minutes or so. 
I checked the application/config/application.ini file and it turned out that this one didn't have the session timeout specified.
I added the following lines to the application.ini file,
resources.session.remember_me_seconds = 1209600;
resources.session.gc_maxlifetime = 1209600;
This doesn't seem to have worked though ... Is there something else I can do to rectify this ??
Thanks.
     
 
    
    
        I checked the application/config/application.ini file and it turned out that this one didn't have the "session timeout" specified. 
I meant maxlifetime ... I think I read on some other posts that Omeka didn't have a timeout configuration option ...
     
 
    
    
        Did you resolve your problem?
I can't quite tell if you have or not. Recent versions of Omeka store sessions in the database and set a relatively long time before sessions are cleaned up, so these problems generally shouldn't happen.
     
 
    
    
        Hi John,
No, not quite resolved. Is there anything else I might have done wrong ? 
Will re-installing/upgrading help ?
     
 
    
    
        What version of Omeka are you using?
     
 
    
    
        Any suggestions at all ??