Hi, i want share cookies between all the subdomains of localhost. The cookie is basically generated on localhost:3000/api/set . But it’s is not shared with all the subdmains like home.localhost or learn.localhost. What’s wrong with my configuration.
{
admin :2020
local_certs
}
home.localhost {
# Serve the main site
reverse_proxy 127.0.0.1:3000
}
learn.localhost {
reverse_proxy localhost:4000
}