Is this where cookies are enabled?
        Configure::write('Session.cookie', 'CAKEPHP');
It seems to be the default setting.

I thought the string seemed strange for a session ID, because the it
changes as you move around the site.  It seemed doubly strange because
it only happens about half the time, and it seems to happen in runs...
Then I read the session.php file and found out that the default
security setting -- high -- has the cookie expiring immediately and
changing the session ID with every request.  And, sure enough, it
stops inserting the query string repeatedly if I set the security to
medium.

But I went back and checked the settings of a couple sites I made with
Cake last year.  They're all set to defaults and never did this!  Why
might I be seeing this behavior for the first time now?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to