Привет. Куки устанавливаю через функцию, которая задаёт имя, значение и опцию expires. При чтении из document.cookie не отображается опция expires. Есть ли возможность получить из куки опцию expires?
на стэкеоверфлоу пишут, что для этого нужно делать xhr-запрос:
The information is not available through document.cookie, but if you're really desperate for it, you could try performing a request through the XmlHttpRequest object to the current page and access the cookie header using getResponseHeader()