
March 3rd, 2003, 08:37 AM
|
|
Junior Member
|
|
Join Date: Mar 2003
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Forms Authentication and Security token in URL
Ok, here's the question...
After I make the following calls from the login page....
Response.Cookies.Add(new HttpCookie(FormsAuthentication.FormsCookieName, EncryptedTicket));
MobileFormsAuthentication.RedirectFromLoginPage(LoginName,true);
For a single protected page, is there a way to stop the server from attaching my
security token/cookie to EVERY url and/or only apply the token to
the links that are actually contained within my own site?
Thanks in advance,
Mark
Last edited by mjogerst : March 6th, 2003 at 07:04 AM.
|