Author Topic: remember_me plugin error  (Read 6224 times)

Offline mmaraghy

  • Jr. Member
  • **
  • Posts: 28
remember_me plugin error
« on: January 11, 2010, 10:58:49 AM »
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.

Offline mmaraghy

  • Jr. Member
  • **
  • Posts: 28
session expiration
« Reply #1 on: January 16, 2010, 01:49:45 PM »
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.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
remember_me plugin error
« Reply #2 on: January 17, 2010, 03:04:21 AM »
Yes, that's possible. Look into Plugin_Hooks ? Roundcube Webmail.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Reino

  • Newbie
  • *
  • Posts: 2
    • Oribium Webbdesign
Swedish Translation
« Reply #3 on: March 15, 2010, 04:40:03 AM »
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';

?>