I have the remember_me plugin installed and working, but sometimes I get an error at login saying "Session Invalid or Expired" and I have to reload the page to get it to log me in automatically. Any ideas about why I'm getting the error from time to time? Anyone else have this issue? Thanks.
Is it possible to set session expiration on a per user basis? And if so, how would this be done with a plugin? If the session can be set to never expire, then the remember_me plugin can be modified and I think this would eliminate the login problem described above.
Yes, that's possible. Look into Plugin_Hooks ? Roundcube Webmail (http://trac.roundcube.net/wiki/Plugin_Hooks#save_preferences).
I have created a Swedish translation of the remember me plugin.
$labels = array();
$labels['rememberme'] = 'Kom ihåg mig';
$labels['submit'] = 'Verkställ';
$labels['delcookie'] = 'Radera kaka för login';
$messages = array();
$messages['close'] = 'Var vänlig och stäng din webbläsare för att avsluta e-postsessionen';
?>