i`m trying to use https://github.com/goalio/GoalioRememberMe to get the "Remember Me" functionality for "ZfcUser" module for Zend Framework 2.
What i did to enable the plugin :
add 'GoalioRememberMe' modeule in: /config/application.config.php copy in: /config/autoload/goaliorememberme.global.php database: import schema.sql
no sign of this working ( should a "remember me" checkbox appear on the login page ? - for me there isn't one) ( also no cookie with the name "remember_me" is created upon login )