Hi all,
I am having some issues with IE6 thinking it needs to restart the session, and
to prevent this from happening I want to pass $start = false to my session when
it is initialised.
How can I do this from a single controller (or action)?
class CakeSession extends Object {
...
function __construct($base = null, $start = true) {
...
}
}
Cheers,
Adam
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---