are you sure you are logged in when he sends you back?
did you increase the $gid and set $strict_gid_check to false in the
component's config, like the tutorial says?


A good way to check if you're logged in is to put this in a view/layout
(don't forget to load the helper)

<?php
  $othAuth->init($othAuth_data);
  if ($othAuth->sessionValid()) echo "okay i'm logged in";
?>


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