Mega Code Archive

 
Categories / ASP.Net Tutorial / Authentication Authorization
 

Use the web configuration file to change the name of the authentication cookie

File: Web.Config <configuration>     <system.web>       <authentication mode="Forms">         <forms name="MyApp" />       </authentication>     </system.web> </configuration>