0 votes
in JavaScript by
Can you access Cookie using javascript?

1 Answer

0 votes
by

JavaScript can also manipulate cookies using the cookie property of the Document object. JavaScript can read, create, modify, and delete the cookie or cookies that apply to the current web page.

...