Posted: 1/13/2010
Hi a have tried this in web.config file
<sessionState mode="InProc" cookieless="true" timeout="20" />
is it ok?
and how could i disable only one page in my site
please reply
Posted: 10/11/2010
hi sachin it will make cookieless in all pages and if you want to apply cokkieless for single page you need to set EnableSessionState="False" in pageredirective of particular page
Seem like your question is already answered here =}: http://forums.asp.net/t/1513748.aspx