1. Where is a cookie stored? At the server side when an HTTP request is sent from a client to a server. At the client ma

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

1. Where is a cookie stored? At the server side when an HTTP request is sent from a client to a server. At the client ma

Post by answerhappygod »

1. Where is a cookie stored?
At the server side when an HTTP request is sent from a client to
a server.
At the client machine where the browser is executed.
It is generated and not stored anywhere.
None of the above.
2. Is it true we can use the setcookie() function to delete a
cookie?
3. Which one of the following function is used to start a
session?
start_session()
session_start()
session_begin()
begin_session()
4. What does DOM stand for?
Document of Model
Document Object Model
Document Open Model
5. Which of the following tag is used to enclose JavaScript
code?
<script>
<code>
<html>
None of the above
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply