Hi there, I am needing to work out how to determine if a session has
expired with Zend_Auth also how to tell if the user does not have the
session cookie set as SID returns something all the time even with
cookies disabled. I also believe remember_me_seconds doesnt work, its
not increasing the expiry of the cookie. If i idle the page for a
while the the session will expire i presume ore zend_auth is not
verifying the current login. I even have an ajax poller to a
controller updating a variable on the session but that doesnt seem to
help either. The problem is it seems as soon as someone has finished
watching a video which could be up to 40 minutes to an hour and clicks
to play another one the session expires.
