PDA

View Full Version : authentication and redirection


ebco
04-28-2004, 07:56 AM
in mobile application what is the way to redirect the page to previous from login page

I am using MobileFormsAuthentication.RedirectFromLoginPage it is not working. Instead of oing to previous page it goes to default.aspx

Roy Sinclair
04-28-2004, 04:34 PM
I don't think you want to force a redirect at all. The idea of the "login" page was that the framework would handle the redirection without your having to code it.

ebco
04-30-2004, 11:14 AM
can u explain with some more brief. in web application i am doing same thing with

setAuthCookie & the rediricting.

Roy Sinclair
04-30-2004, 05:28 PM
Try this series of articles on this subject: http://www.ondotnet.com/pub/a/dotnet/2003/01/06/formsauthp1.html

(Does the article help?)