Write a little script calling phpinfo to get the settings. Some settings can be altered in the .htaccess file if the host allows it.
But look for other causes to0. I was having a problem on my development server with an app I'd downloaded from another site. It turned out that I had extra lines caused by FTP dowing something with windows line endings. This was giving headers sent errors which meant that sessions wouldn't work and session ids were appended. Setting debug to 1 in core.php would probably show this type of problem. On 10/08/06, Zach Cox <[EMAIL PROTECTED]> wrote: > Hi Mark, > > Thanks for the reply! I checked on 3 different browsers (2 different OS's) > and get the same behavior - so it's not a browser issue. > > This is on a shared web host (jatol.com ). What should I ask them about the > server supporting setting cookies? > > Thanks, > Zach > > > > On 8/9/06, Mark Quinn < [EMAIL PROTECTED]> wrote: > > > > 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 -~----------~----~----~----~------~----~------~--~---
