goalio / GoalioRememberMe

A Zend Framework 2 (ZF2) Module offering remember me functionality to ZfcUser
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

Error if cache is flushed #29

Open pensiero opened 9 years ago

pensiero commented 9 years ago

If the cache is flushed, and the 'remember_me' cookie is set, I receive this error:

http://jsfiddle.net/ds4f8geq/ The affected row is this: https://github.com/goalio/GoalioRememberMe/blob/master/src/GoalioRememberMe/Module.php#L45

If I manually remove the 'remember_me' cookie, everything result as normal.

Somebody knows why it can't find that Service?

Thanks