Hi,I want to know what is the difference between FormsAuthentication.RedirectFromLoginPage(txtusername.text,true) and FormsAuthentication.RedirectFromLoginPage(txtusername.text,false)
And I also want to know tow to check whether the user is authenticated or not using forms authentication in asp.net
please help me
Thanks in advance
Loading
Master BillaPosted Aug 12, 2009, 4:45 AM
This method support to Redirects an authenticated user back to the originally requested URL or the default URL.
Please check the here to full detail about that over loaded methods details
http://msdn.microsoft.com/en-us/library/ka5ffkce.aspx
thank you
Roei BarPosted Aug 12, 2009, 4:05 AM