Roundcube Community Forum

 

remember_me plugin error

Started by mmaraghy, January 11, 2010, 10:58:49 AM

Previous topic - Next topic

mmaraghy

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.

mmaraghy

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.

rosali

Regards,
Rosali

Reino

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';

?>