507). Cookies were originally designed for __________

[A]Client-side programming
[B]Server-side programming
[C]Both Client-side & Server-side programming
[D]Web programming

Show Answer

508). The Cookie manipulation is done using which property?

[A]cookie
[B]cookies
[C]manipulate
[D]modify

Show Answer

509). Which of the following explains Cookies nature?

[A] Non Volatile
[B]Volatile
[C]Intransient
[D]Transient

Show Answer

510). Which attribute is used to extend the lifetime of a cookie?

[A]higher-age
[B]increase-age
[C]max-age
[D]lifetime

Show Answer

511). Which of the following defines the Cookie visibility?

[A]domain Path
[B] local & session storage
[C]server storage
[D] transient Path

Show Answer

512). Which of the following can be used to configure the scope of the Cookie visibility?

[A]path
[B]domain
[C]both path and domain
[D]server

Show Answer

513). How can you set a Cookie visibility scope to localStorage?

[A]/
[B]%
[C]*
[D]//

Show Answer

514). Which of the following is a boolean cookie attribute?

[A]bool
[B]secure
[C]lookup
[D]domain

Show Answer

515). Which of the following function is used as a consequence of not including semicolons, commas or whitespace in the Cookie value?

[A]encodeURIComponent()
[B]encodeURI()
[C]encodeComponent()
[D]encode()

Show Answer

516). What is the constraint on the data per cookie?

[A]2 KB
[B]1 KB
[C]4 KB
[D]3 KB

Show Answer