Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of application.lock method?
How to refresh an asp page on a single click of a button?
Should user input data validation occur server-side or client-side?
Explain life cycle of asp page.
What is the difference between a namespace and an assembly name?
Explain what are the methods in session object in asp?
What is difference between asp and aspx?
What are the asp components?
What purpose is served by the application.lock method?
What is server control
Can be arrays resized by using the keyword redim?
What are private assemblies?
What is full form of aspx?
How do I make it so that code runs when the security system is stopping it?
Which is an advantage of application service providers (asps)?