|
|
How do you turn off cookies for one page in your site? - .Net
|
Views : 271
|
|
Tagged in : .Net
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Use the Cookie.Discard Property which Gets or sets the discard flag set by the server. When true, thisproperty instructs the client application not to save the Cookie on the user?s hard disk when a session ends.
Or
it can be turned off by mentioning cookie state= false in web.config file
You can mentioning cookie state= false in web.config file.This will turn off session cookie.
|
|
By Vijayaprasad, On - 2010-02-16 |
|
|
|