Welcome to Abdul Malik Ikhsan's Blog

Zend Framework 2 : Create Simple Login Authentication using AuthenticationService with rememberMe

Posted in Tutorial PHP, Zend Framework 2 by samsonasik on October 23, 2012

Authentication is the process of verifying that “you are who you say you are”. Zend Framework 2 has an AuthenticationService component that usefull to handle this. It can use Adapters, like DbTable, Digest, Http, and Ldap with Session Storage that can be save until time we need by rememberMe() function from Session Manager.

Continue Reading