Hello there.
I use Cake sessions with database.
When i do requestAction in View i see:
"SELECT `cake_sessions`.`data` FROM `cake_sessions` WHERE ...."
"SELECT COUNT(id) AS count FROM `cake_sessions` WHERE `id` "
"UPDATE `cake_sessions` SET `data` = ....."

And if i call 10 requestActions I see it 10 times.
Is there right way to do that?

i use cakephp old version 1.1.6.3264

thanks


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