Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
8061 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Penulis

In what do I have to change the method?

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

Post Terkait Replies Tampilan Aktivitas
0
Mar 15
5438
1
Mei 24
2388
1
Apr 18
12781
1
Sep 24
1426
1
Apr 24
2272