Re: Cookieless forms authentication
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Dec 2006 21:41:27 +0000 (UTC)
The forms auth infrastructure takes care of all the details how to set and authenticate the ticket. Use the login control or the FormsAuthentication class if you want to do it manually. Also set the cookieless attribute to UseUri in web.config.
Here is more information regarding custom data in the ticket:
http://www.leastprivilege.com/HowToGetCookielessFormsAuthenticationToWorkWithSelfissuedFormsAuthenticationTicketsAndCustomUserData.aspx
-----
Dominick Baier (http://www.leastprivilege.com)
Hi,
I am looking into implementing Cookieless formsauthentication. Can
someone guide me into the right direction:
1. How do you set the authentication ticket during the validation of
userid
and password
2. How do you include custom data (structure) in the ticket
3. How to verify if the user is authenticated on every subsequent
requests.
Thanks for all the help in advance.
.
- Prev by Date: RE: XmlUrlResolver not working right
- Next by Date: Windows Auth Problem
- Previous by thread: RE: XmlUrlResolver not working right
- Next by thread: Windows Auth Problem
- Index(es):
Relevant Pages
|
|