Let me clarify the rather odd title of this message using an example. Lets
say you have created an application that uses AJAX to load content into
div's using the link_to_remote function as well as a number of others. A
user log's into the application (i.e. is authenticated) and uses the system
with no problem. This user then does not log out explicitly and steps away
for a while, lets say to lunch, leaving his browser open. When he returns he
clicks on a link in the app created by link_to_remote and instead of getting
what he expects to load into the div, he gets a login form. Ideally what
should have happened was that when the authentication filter detected that
his session timed out (i.e. not authenticated anymore), it loads the login
form over the entire page and not just the div that was supposed to be
logged into.

My question is, does anyone know anyway to set an action (like our
users/login) to break out of all div's they may be in and to reload the
entire page?

Gareth

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to