You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
On one of our Projects, we´ve got a cookie with the Session ID for the whole domain, so we can also access this id from the subdomains. But if i´m working with $cookies or $cookieStore. It doesn´t look at the domain. So when I change, add or delete another cookie on a subdomain, the function create a duplicate of the Session ID cookie for the subdomain, too.
Please fix this, that if a cookie belongs to another subdomain or like in this case to the main domain, it won´t create a duplicate.
The text was updated successfully, but these errors were encountered:
The `put`, `putObject` and `remove` methods now take an options parameter
where you can provide additional options for the cookie value, such as `expires`,
`path`, `domain` and `secure`.
Closesangular#8324Closesangular#3988Closesangular#1786Closesangular#950
The `put`, `putObject` and `remove` methods now take an options parameter
where you can provide additional options for the cookie value, such as `expires`,
`path`, `domain` and `secure`.
Closesangular#8324Closesangular#3988Closesangular#1786Closesangular#950
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On one of our Projects, we´ve got a cookie with the Session ID for the whole domain, so we can also access this id from the subdomains. But if i´m working with $cookies or $cookieStore. It doesn´t look at the domain. So when I change, add or delete another cookie on a subdomain, the function create a duplicate of the Session ID cookie for the subdomain, too.
Please fix this, that if a cookie belongs to another subdomain or like in this case to the main domain, it won´t create a duplicate.
The text was updated successfully, but these errors were encountered: