Newbie Alert: I would like to create a way for users to stay logged in for extended periods of time (like 2 to 12 weeks) as you might expect with a "Remember Me" checkbox. I have a decent amount of experience with PHP, but not too much either ZF or with sessions and cookies. I thought I could just use the rememberMe() method with Zend_Session. But, that seems to only work for smaller time intervals because I can only effectively set it for a couple of seconds to a few minutes. Setting it to anything like hours seems to make it default to about 20 minutes or so. I'm thinking Zend_HTTP_Cookies with Zend_Auth might be the ticket.
I can (and have been) read the documentation on each module. But, I don't quite grasp the idea of how they should be glued together to achieve what I want to do. And, for the life of me, I can't find an example anywhere. So, could someone steer me in the right direction? Maybe an example or tutorial somewhere? Or, if someone could just tell which classes/modules I should be using, I could probably run with that. Thanks, Darren
