when im using cacheAction, i cant seem to access my sessions.

when i load a page first time, it works out fine. but the second time,
it doesnt recognize the session in it, so it outputs errors.

this is what looks like in my view template:

<cake:nocache>
<?php if ( $this->controller->Session->check('my_session') ): ?>
<p> i have session </p>
<?php endif ?>
</cake:nocache>

then when i load it the second time, the
"$this->controller->Session->check('my_session')" is not recognized
anymore and so it outputs error. 

pls help


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

Reply via email to