I'll try to make this as clear as possible.
I created a variable in every controller using this statement:
$this->set('current_action', 'action_name');
Some of my elements use $action_name.
My problem happens when my session expires. When I go to a different
page after leaving my computer for a few minutes, it seems that cake
doesn't call the action in that controller.
I get a 'The requested address %s was not found on this server.' error,
and my elements have a 'Notice: Undefined variable: action_name' error,
which leads me to believe that when the session ends, cake can't call
the controller/action.
Do you know what might cause this problem?
If you'd like to see some code let me know.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---