Skip to content
Snippets Groups Projects
  • Iwan Luijks's avatar
    6a265f60
    rememberme: Set cookie lifetime iso expire fixing the remember me feature and respective errors. · 6a265f60
    Iwan Luijks authored
    Currently the remember me functionality does not work correctly and using it results in severable undefined index errors as the expire cookie parameter is passed along the SessionHandlerPHP which does not accept this one. Using lifetime instead of expire, effectively doing the same thing, this can be fixed in a pretty simple way. Next to that the params given to the session handler are merged with the current ones before given to the session handler instead of after.
    6a265f60
    History
    rememberme: Set cookie lifetime iso expire fixing the remember me feature and respective errors.
    Iwan Luijks authored
    Currently the remember me functionality does not work correctly and using it results in severable undefined index errors as the expire cookie parameter is passed along the SessionHandlerPHP which does not accept this one. Using lifetime instead of expire, effectively doing the same thing, this can be fixed in a pretty simple way. Next to that the params given to the session handler are merged with the current ones before given to the session handler instead of after.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.