Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Which-code sample will report whether the client’s browser supports cookies?
B. You can only use JavaScript for this.
C. <% var objFSO = Server.CreateObject("Scripting.FileSystemObject") Response.Write objFSO.cookies %>
D. <% var objBrowser = Server.CreateObject("MSWC.BrowserType") Response.Write objBrowser.cookies %>
E. <% var objBrowser = Server.CreateObject("MSWC.BrowserType") Response.Write objBrowser.cookiesSupported %>
Related Answered Questions
Related Open Questions