Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
7871 Zobrazení

How can I redirect users directly after they login.

They should be directed to the last page they visited and not to their "profile (url= www.example.com/my/home)

Avatar
Zrušit
Nejlepší odpověď

You will have to apply your logic in _login_redirect method of the web controller.

In this method, fetch the URL you want to redirect and return it from the method.

You will have to think about how you will manage the user's activity or last visited pages and how you will fetch the last visited page to redirect after login.

Avatar
Zrušit
Autor

In what do I have to change the method?

Is it not possible to fetch the last visited page from the users browser histroy?

Related Posts Odpovědi Zobrazení Aktivita
0
bře 15
5308
1
kvě 24
2226
1
dub 18
12601
1
zář 24
1298
1
dub 24
2188