Here is a list of cookies. The first and second are set by the server. The third - set by the client
document.cookie = "userName = Vasya"
. I want to get all the cookies.
When I'm trying to get with document.cookie
, I get only 3rd (set by the client).
How to get cookies set by the server? P.S: All cookies are installed in one session