Cookie not created with Response.Redirect
From: rrober07 (Richardr_at_ldsinc.com)
Date: 12/17/03
- Previous message: Teemu Keiski: "Re: all .NET apps cause System.Security.Policy.PolicyException"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 17 Dec 2003 15:43:55 -0600
What is the difference between these two methods?
The first one does NOT write a Cookie...and the second one does write the
cookie.
Anyone know why the first statement doesnot create a persistant cookie?
1) Response.Redirect( FormsAuthentication.GetRedirectUrl(strName, True))
2) FormsAuthentication.RedirectFromLoginPage( strName, True)
Let me know if I need any more information.
Thanks!
Richard
- Previous message: Teemu Keiski: "Re: all .NET apps cause System.Security.Policy.PolicyException"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|