The default value for self.remember_meta is false but the parameter is then treated as a table.
This was causing a problem (during calculation of cookie chunks) when the session was opened with cookie storage and remember=true where the boolean value was being indexed.
The default value for
self.remember_meta
isfalse
but the parameter is then treated as a table. This was causing a problem (during calculation of cookie chunks) when the session was opened withcookie
storage andremember=true
where the boolean value was being indexed.