Hi to all,

I'm developing a User authentication simple system based on the
documentation (http://manual.cakephp.org/appendix/simple_user_auth).
Using the same documentation code the Session->Write method always
return false.

The print_r(Session) return the next information (Manager.name is a
needed data):


SessionComponent Object
(
    [_log] =>
    [CakeSession] => CakeSession Object
        (
            [valid] => 1
            [error] => Array
                (
                    [2] => Manager.name doesn't exist
                    [1] => Session is valid
                )

            [_userAgent] => db705e734fe1b3546ccff45684742877
            [path] => /admin/
            [lastError] => 2
            [security] => high
            [time] => 1158059664
            [sessionTime] => 1158060864
            [_log] =>
            [host] => admin.sekloso
            [cookieLifeTime] => 0
        )

    [base] => /admin
    [webroot] => /admin/
    [here] => /admin/listings/
    [params] => Array
        (
            [controller] => listings
            [action] => index
            [url] => Array
                (
                    [url] => listings/
                )

            [bare] => 0
            [webservices] =>
            [plugin] =>
        )

    [action] => index
    [data] =>
    [plugin] =>
)

I don't know where is the problem. I've read all documentation pages
and wiki without solutions.

Info:
Cake version: CakePHP 1.1.7.3363
OS: Ubuntu GNU/Linux Dapper.
Apache: 2.0 mod_rewrite
PHP: 5.1.2

core.php:

define('CAKE_SESSION_SAVE', 'cake');
define('CAKE_SESSION_COOKIE', 'CAKEPHP');
define('CAKE_SECURITY', 'high');
define('CAKE_SESSION_TIMEOUT', '120');

I've the same problem on a production server.

Anyone know what can i do?

Thanks for advance!
faemino


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