Monday, February 1, 2010

Re: disabling cache when a user is logged

AD7six wrote:
>
> On Feb 1, 2:00 pm, Lorenzo Bettini <bett...@dsi.unifi.it> wrote:
>> I tried to put this in bootstrap.php
>>
>> session_start();
>> debug($_SESSION);
>
> print_r($_COOKIE); die;
>

Array ( [CAKEPHP] => ... [PHPSESSID] => ... )

that's all, no other useful information...

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: