Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
7883 Widoki

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)

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
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?

Powiązane posty Odpowiedzi Widoki Czynność
0
mar 15
5318
1
maj 24
2230
1
kwi 18
12616
1
wrz 24
1304
1
kwi 24
2194