php - Redirect Back Open Restrict page after Login -


when open directly restriction page/url "http://domain.com/xyz/" user,dashboard,myphoto,messages etc..then page obliviously redirect login page , when login how can come open page/url?

i not getting referral url in login page please let me know how can using php , cakephp?

you can redirect user using $this->auth->loginredirect = array('controller'=>'your controller','action'=>'your action') in appcontroller.php


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -