symfony1 - symfony: sfDoctrineGuardPlugin: doesn't redirect to the referer page -
i have crate new sf 1.3 project, installed sfdgp , activated security on web app when write url authentication form appears.
the problem: after logging web app not redirected referrer url root url.
these steps:
i call url "http://rs3.localhost/frontend_dev.php/usuario"
the auth form appears.
if write var_dump($user->getreferer($request->getreferer())); inside signin action showed:
"http://rs3.localhost/frontend_dev.php/"
any idea?
regards
javi
Comments
Post a Comment