Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Who is using cookies?
Message
From
10/10/2012 15:11:56
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01554695
Message ID:
01554719
Views:
24
>In my web.config I have the following:
>
>	<authentication mode="Forms">
>		<forms name="MyAppName" path="/" loginUrl="MyAppLogon.aspx"/>
>	</authentication>
>
>
>Therefore, user has to enter his/her ID and password which are validates in the MyAppLogon form.

Ah ok, this is ASP.NET related and not IIS.

>I have not had problems with browser blocking cookies because the app is installed on intranet and the users know that they have to allow cookies. But what I should have said, correcting myself, is when the application is using Form Authentication the cookie is not used. But when the application runs without form authentication (anonymously), the cookie is used to get the user name/email/etc. from the database.

If the cookie is not used on Form Authentication, what is the persisent method being used? ...HTTP header?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform