What is a Cookie? What are the uses of Cookies?
Answer / sri
A very small text file placed on your hard disk by a Web
server. It is essentially your identification card and
cannot be run as code or deliver viruses. It is uniquely
yours and can be read only by the server that gave it to
you.
Its purpose is to tell the server that you returned to
that Web page.
| Is This Answer Correct ? | 8 Yes | 0 No |
Define managed code?
How do I open aspx file on mac?
Which is an advantage of application service providers (asps)?
Who is asp in police?
What is IIS?
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")
What must be installed on an IIS4 machine to use the CDONTS e-mail server object? A. FTP service B. SMTP service C. IIS administrator D. Exchange Server E. IPX/SPX protocol
What does aspx stand for?
?onStart' and 'onEnd' are events of what object(s)? A. Application only. B. Session only. C. Server only. D. Application and Session only. E. Application, Session, and Server.
What are the methods in Session Object?
What is the Default ScriptTimeOut for Server Object? A. 20 Sec B. 30 Sec C. 60 Sec D. 90 Sec
How could u display all of the cookies/cookie values for a user through a Web page in ASP?