I am using the J2T Remember Me Checkbox extension for magento.
Has anyone tried this extension? Actually its not working, although I have made all necessary changes and updation for it, and from magento site also I have noticed its not working for most of people so I just want to ask is there any other change which I need to make that is not described here in link? Or its really not working?
Please suggest or share your view.
I also needed the feature and couldn’t get this extension to work. With a bit of googling I found a bunch of really dumb suggestions that involve storing the password, in plain text, directly in the cookie.
That was never going to do for anyone who is serious about running a business so I attempted my own version that is secure and works first time. It requires you to check and possibly alter the session lifetime in your server’s PHP settings or alternatively edit
app/etc/local.xmland change thesession_savevalue fromfilestodb.