Click here to Skip to main content
15,895,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am not seeing Returnurl in query string when I do click on log in I am modified loggedin event at login control. Is that the reason I am not able to maintain returnurl in the url when users go timeout? Please tell me how can I retrive returnURL in loggedin event? So that I can redirect the user to that page.

Please help its really very urgent.
Posted
Comments
Sandeep Mewara 3-Feb-13 3:16am    
Without seeing related code snippet, it would be hard to comment for anyone. Did you follow the documented way to use the Login control?

1 solution

You didn't Specify which kind of Authentication technique are you using.
But still using the following Code statement you can find the Return Url:

C#
Request.Params["ReturnUrl"]


You can just write some code so that when time out Occurs you can Redirect the User to the Return Url Page using the Above Return Url
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900