Well, I'll answer my question...

Since I didn't want to hack the core files, i put this in my
app_controller:

    function redirect($url, $status = null, $exit = false) {
        if (!empty($_REQUEST[CAKE_SESSION_COOKIE])) {
                $url .=  (strpos($url, '?') !== false) ? '&':'?';
                $url .= CAKE_SESSION_COOKIE . '=' .
$_REQUEST[CAKE_SESSION_COOKIE];
            }
            parent::redirect($url, $status, $exit);
        }

Seems to work.

Thx anyway,
& have a nice day,

f.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to