0

I am using nodeJS and MQTT and created a https server

I am trying to depict several pictures on my website according to whom is logged in by using JQuery.

In order to know which pictures should be shown, I´d like to store the username in a cookie. However, whenever I use

 document.cookie = document.getElementById("user").value

and I try to make an output via console.log(document.cookie) on another page I just receive an empty string.

I´ve almost tried everything but simply cannot get it working...

Did anybody have the same problem and found a solution?

JayJay
  • 43
  • 2
  • 10

0 Answers0