On 8/9/06, [EMAIL PROTECTED] wrote: > > Has anyone ever had this happen to their urls before? > > http://www.site.com/controller/action?CAKEPHP=d550b7b78dbfe545d4afeda95d470eaa
sounds like the session has been unable to use cookies and has had to fall back to using a "URL rewriting" technique to maintain session identity by adding a variable to the query string. check that web server (and any gateway or proxies) supports setting cookies and that the browser is accepting them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
