Reproduce Problem
http://184.73.247.117/backend.php
username = d...@buzzybeemarketing.com
password = testing

File
/var/www/html/
palcheck-1.0.com/plugins/sfGuardPlugin/modules/sfGuardAuth/actions/

Here is the code causing the problem. When originally set to @homepage, it
creates an infinite redirect loop problem in the browser. so I hard coded a
redirect with php header function to one of the modules. When you reproduce
the error, you will see it's like the modules (ad) aren't recognizing the
cookie/session/login. Because it keeps presenting the login screen. I
noticed there are related bugs in the reports for sfGuardPlugin. For
example, problems with other redirects, to images. This looks like a
session/cookie problem though. And it just started all of the sudden.

elseif ($user->isAuthenticated())
    {
         //die('redirect' . __LINE__);
        //$this->redirect('http://184.73.247.117/backend.php/login');
        //$this->redirect('@homepage');
        header("Location: http://184.73.247.117/backend.php/ad";);
    }




On Sat, Mar 5, 2011 at 4:30 AM, catchamonkey <ch...@sedlmayr.co.uk> wrote:

> Hi Drew,
>
> I think it is one of the most used plugins around so we should be able to
> help you here.
> Can you provide some more information about where you are being told it
> can't redirect?
>
> Can you paste the stack trace?
>
> Chris
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to