I've implemented simple user authentication as described in the manual.
It works, but *sometimes* I see the notice at the top of some pages:

=========
Notice: session_start(): ps_files_cleanup_dir: opendir(/var/lib/php4)
failed: Permission denied (13) in
/var/www/web6/html/test/cake/libs/session.php on line 131
=========

Is it a bug in Cake? Seems like it's trying to open some dir, maybe
tmp. But I have php-handled sessions.

define('CAKE_SESSION_SAVE', 'php');


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