Another thing of note, is if I run through the steps: 1. login, get redirected to what I have in Auth->loginRedirect 2. let session expire 3. click a link to a protected action and get redirected to Auth- >loginAction, and in my case above get a flash message with "your session timed out." 4. At this point, if I sit on the login page and let the session timeout again, then submit the login form....at this point Auth- >authError is getting set, I get redirected back to Auth->loginAction and the flash.message.auth displays the message I have configured for Auth->authError.
This is repeatable for me. Is this behavior anyone else has seen? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
