Hi, I am developing a mobile site and I need to be able to use sessions without cookies. I tried to activate use_trans_sid in bootstrap.php, but the cake-session still does not put the session id in the URL. When reading the code for "CakeSession" in cake/libs/session.php, I can see that in all three session modes (php,cake,db), use_trans_sid is always turned off. So my question: Does it make sense to edit the session object here, or is the current cake not suitable for cookieless operation, so I should do my own implementation? Any other hints on what I have to change to activate it correctly?
Regards, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
