Hi All,
I want to disable cookie on particular page, How can I achieve this
Refer the following link
http://forums.asp.net/t/1275275.aspx/1
http://msdn.microsoft.com/en-us/library/aa479314.aspx
by using the page directive you can do this......
you have to use the Cookie.Discard Property and you can change in web.config for cookie state false.