Thanks for the response lowpass.

The controller allows ipn, but not returning. However, after further
testing, I found that not only was I being returned to the login page,
I was actually logged out. I found this when trying to go to other
places on the site and found that it shows the login instead of my
welcome. I have a status bar at the top of all my pages that show
either a login box or a welcome showing the user's name.

On Feb 28, 2:17 pm, lowpass <zijn.digi...@gmail.com> wrote:
> Are you sure that the controller that handles the return action
> specifically allows that action?
>
> function beforeFilter()
> {
>         parent::beforeFilter();
>         $this->Auth->allow(array('ipn', 'returning'));
>
> }
>
> (or whatever the actual names are)

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to