what is cookies?
Answers were Sorted based on User's Feedback
Answer / siddhu
This page describes the term cookie and lists other pages on
the Web where you can find additional information.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / viswanath
A Cookie is often used to identify a user.
A Cookie is a small file that the server embeds on the
user's computer.
Each time the same computer requests a page with a browser,
it will send the Cookie too.
With ASP, you can both create and retrieve Cookie values.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to disable previous page complete after logout process
Explain life cycle of asp page.
sir,please send me the NIC exam questions
How many Max Cookies can we create in Server? A. 10 B. 20 C. 30 D. 40
What are the collections of Session Object?
Name the methods by which output stream is controlled?
Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick
what is the role of attributes properties in asp field object
How does if-not-modified-since work? How can it be programmatically implemented with ASP.NET?
What are asp controls?
How to run FileSystemObject in ASP
What is the Default ScriptTimeOut for Server Object? A. 20 Sec B. 30 Sec C. 60 Sec D. 90 Sec