Dear All i am trying to create a user session after user login with the following code

        $auth = Zend_Auth::getInstance();
        $auth->setStorage(new Zend_Auth_Storage_Session('login'));

I am trying to figure out how to set the rememberMe() and or forgetMe() parameters. Can someone point me in the right direction

with regards
bram

Reply via email to