cancel
Showing results for 
Search instead for 
Did you mean: 

If user is logged-out and we are access to particular link its going to login page .after login it should go same url page instead its going to home page.

Former Member
0 Kudos

E-mail we are getting URL once we click on that URL .it should go to login page .Once we are logged -In it should display corresponding page instead it's going to home page

Former Member
0 Kudos

Hi Goverdhan, it's not entirely clear what you are asking here, could you clarify what your problem is?

Former Member
0 Kudos

E-mail we are getting URL once we click on that URL .it should go to login page (If user is Logged-out).Once we are logged -In it should display corresponding page(URL) instead it's redirecting to home page.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Goverdhan,

You have to save the URL first in session and they redirect to login page. After successfully login you can retrieved the saved URL the redirect the user to browsered URL.

Thanks

Former Member
0 Kudos

Any idea where i can set url to session ...? Thanks , Goverdhan