it could be that your install of php has the session.use_trans_sid
setting to true, if you do not have access to the php.ini file your
can try adding

php_flag session.use_trans_sid Off

to your .htaccess file and it should clear it up.

Sam D



On 7/8/07, Gorka <[EMAIL PROTECTED]> wrote:
>
> Looks like the session id going along as a GET parameter, maybe you
> could start checking if you have disabled cookies.
>
> On 8 jul, 14:55, cakedude <[EMAIL PROTECTED]> wrote:
> > Hi there,
> >
> > I was hoping someone can help me with this.
> >
> > I've developed a nice cake-based website which works just fine
> > locally. However when i publish put the website online i get some
> > really strange url's:
> >
> > www.mywebsite.com/chapters/view/1?CAKEPHP=xxxx
> >
> > For most of the site this is no problem (other then that it doesn't
> > look that nice!) but the forms on my website just don't work as they
> > should.
> >
> > My host:www.startlogic.com
> >
> > I really hope someone can help me out on this.
> >
> > Thanx!
>
>
> >
>



-- 
(the old fart) the advice is free, the lack of crankiness will cost you

- its a fine line between a real question and an idiot

http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/

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