|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Disable Cookieless Sessions on Single Page?I have specified in web.config to use cookieless Sessions. On one page
I do not want to use them because of the way they obfuscate the page address. How can I turn it off for the page? Thanks. Cookieless session state management is an application wide setting.
-Brock DevelopMentor http://staff.develop.com/ballen Show quoteHide quote > I have specified in web.config to use cookieless Sessions. On one page > I do not want to use them because of the way they obfuscate the page > address. How can I turn it off for the page? > > Thanks. > Hi xenophon,
I think Brock's right since the <sessionState> setting in the asp.net application's configuration is a application wide setting which is not avaible for per-page based scenario. Also, as it is mentioned in the MSDN web.config schema reference: #<sessionState> Element http://msdn.microsoft.com/library/en-us/cpgenref/html/gngrfsessionstatesecti on.asp?frame=true We can only specify <sessionState> for a whole application in web.config or machinel.config. Thanks, Steven Cheng Microsoft Online Support Get Secure! www.microsoft.com/security (This posting is provided "AS IS", with no warranties, and confers no rights.)
Other interesting topics
New controls in ASP.NET 2.0
input type="file" grabs ENTIRE file path in IE? Tabs in ASP.Net No. of connections available for Per Seat License Closing DataReader ? : Releasing Memory Layering Images in ASP.Net 1.1 javascript debugging Something like phpMyAdmin but for MSSQL? Installing ASP.NET application on IIS running on port 8080 EXECUTE permission denied on object 'getUniqueCities', database 'd |
|||||||||||||||||||||||