On May 5, 2011, at 03:55, ojonam wrote:

> For now, I am using the hack in Ryan's link, and it seems to work for now. I 
> just call the function at the beginning of the "books/getprice" action. I 
> suppose that when calling another action, the session will be restarted 
> again, therefore not interfering with other parts of the application. Please 
> correct me if this is wrong.

Correct, everything you do affects this request only, and has no influence over 
other requests. CakePHP will start the session at the beginning of every 
request (unless you tell it not to).




-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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

Reply via email to