I actually encountered this recently myself, developing a cake
application.  After going about it in a real backwards way I found out
that sending the Session ID via a get var is one method:
http://us2.php.net/manual/en/ref.session.php

the way I did it was by serialize()ing the session contents and
putting them into a hidden input field (it was convenient since the
only bridge to the other domain was via a post) and then have the
other page pick it up and unserialize it and then set it.


--~--~---------~--~----~------------~-------~--~----~
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