Hi group,

an app I developed (successfully) is about to go in production on a
server that doesn't support cookies (dont ask...;)
Some sections require authentication (modified dAuth), everything
works fine in development. The server appends the CAKEPHP SID nicely
to all links and even adds hidden fields in forms. The problem arises
from my extensive use of Controller::redirect() which doesn't seem to
honor the session id.
Anyone ever faced such restrictions? And found a workaround? I don't
feel like stepping through all my code adding if(!
empty(SID_IN_POST_OR_GET)) echo SID.. or the like.


Thanks in advance,

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