ah ok thanks :)

On Feb 10, 4:33 pm, grigri <j...@hendersonwebdesign.com> wrote:
> Cake isn't doing this, your PHP setup is.
>
> CAKEPHP is the name of the session cookie. In most setups, session
> handling is done by an http cookie sent through the headers. When
> either the server admin or the intended site visitors wear tinfoil
> hats, the 'url rewriting' functionality is used, which adds the
> session cookie as a GET parameter to all links and form targets, which
> is what you're seeing here.
>
> If you have access to the box's config, you need to edit php.ini and
> set `session.use_cookies` to 1. If you don't then ask your hosting
> provider to do so. If they can't, get a better host.
>
> hth
> grigri
>
> On Feb 10, 8:45 am, cyk0tik <michaeldow...@gmail.com> wrote:
>
> > Hi,
>
> > Cake seems to be adding on an encrypted string to all my links in my
> > app..
>
> > eg. instead ofhttp://www.website.com/index.php, I 
> > gethttp://www.website.com/index.php?CAKEPHP=446fd3WEgh543fnz
>
> > Can anyone tell me why it's doing this?
>
> > Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to