Thanks Miles. I finally had a little bit of time to devote to this and brainstorm for a few minutes. The issue is a bit more involved than what I had originally thought. I didn't throughly think about my environment and current implementation. All my requests are being sent via ajax. This changes the game a little.
There is a parameter in AppController that allows me to render an element if the session has expired for an ajax request. I am currently exploring and thinking about a clean solution to handle the re-direct on th client side since ajax is the issue here. If anyone has ran into this before and has come up with a clean solution please feel free to suggest it. Thanks in advance, Alfredo On Fri, Feb 20, 2009 at 9:20 PM, Miles J <[email protected]> wrote: > > I have autoRedirect disabled as well but my redirect works fine. Make > sure your allow() in each controller isn't allowing those pages to be > viewed. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
