Using Visual WebGui without HTTP cookies
This article explains how to configure a Visual WebGui application to work without using cookies.
Categories: State handling, Azure, IIS
|
Tags: Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, ASP.NET, Pre v6.3, v6.3, v6.4 and Later
Revision:
2
Posted:
02/May/2011
Updated:
02/May/2011
Status:
Publish
Types: Article
|
OverviewThis article explains how to configure a Visual WebGui application to work without using cookies. DetailsTo be able to deploy your Visual WebGui application to an environment where HTTP cookies are not allowed (to be saved), you will need to configure your application to be "cookieless".
Configuring your application this way will cause the client session data that is normally saved to a cookie, to be appended to the URL of the application as URL arguments. This will then allow the application to be fully operable without the use of cookies.
To configure your application to work without cookies, you need to add to the sessionState XML element of your Web.config file the cookieless attribute with the value true, like so:
<sessionState cookieless="true" />
Related material
About the author
Related Articles
|
State handling
|
|
|
Tags:
Developers, Navigation, 2. Intermediate, 3. Advanced, ASP.NET, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Architects, Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
Tags:
Architects, Developers, XML, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
|
|
|
This article is meant to give your a step by step overview of how to successfully deploy your .NET 4.0 Visual WebGui application to IIS 7.x
Tags:
Developers, 1. Beginner, 2. Intermediate, 3. Advanced, ASP.NET, IIS
|
|
|
This article is relevant for Visual WebGUI versions that support Microsoft Silverlight 3.0. Support for MS Silverlight 3.0 was introduced in VWG v6.3.6.
Tags:
Developers, 1. Beginner, Silverlight, Pre v6.3, v6.3, 2. Intermediate, 3. Advanced
|
|
|
DNN architecture provides a way to extend your site via DNN modules.
Tags:
Architects, Developers, IIS, Pre v6.3, v6.3, v6.4 and Later
|
|
|
|