Set-Cookie/EN/Solution Tips

Aus Siwecos
Wechseln zu: Navigation, Suche

`httpOnly`-flag: set this so that cookies cannot be accessed by Javascript. You protect session information from being stolen and misused. Whoever owns a session cookie is authenticated. `secure`-Flag: set this to ensure that cookies are only transmitted across encrypted (https) channels.