How do you turn off cookies for one page in your site?
Answers were Sorted based on User's Feedback
Answer / apeksha gandhi
There is no page level directive to turn off the specific
page on the site
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / aadesh kumar
Since no Page Level directive is present, I am afraid that cant be done.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumar saurabh
Use Cookie.Discard property, Gets or sets the discard flag set by the server. When true, this property instructs the client application not to save the Cookie on the user's hard disk when a session ends.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain cas (code access security)?
What is the difference between a debug and release build?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What does cli do?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
what is the difference between early binding and late binding in .net?
What is meant by .Net framework?
asp mean
Explain me what are the deferred execution and the immediate execution in linq?
What is the difference between function and stored procedure?
What is a web service in .net?
Please explain what is a delegate?