Placing the check within default.ctp doesn't help. I actually tried
that first, without success, and was placing the check within the
AppController in an attempt to troubleshoot the problem. I just tried
it again, placing the following in default.ctp:

if ( $session->check( 'Auth.User.id' ) ) {
  echo '<p>User is logged</p>';
} else {
  echo '<p>User is not logged</p>';
}

Every time I log in with correct credentials, I get the "User is not
logged" message, but no login error. If I log in with incorrect
credentials, I get the login error ("Login failed. Invalid username or
password."). So, no error tells me the login is successful, but
incorrect message tells me it's not. Still stumped.

Thanks,
Chuck

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 [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?hl=en

Reply via email to