Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Workaround
-
3.4.0
-
None
-
None
-
Reviewed
Description
If we use 'SameSite=Strict,' the browser would only send the cookie for same-site requests, rendering cross-site sessions ineffective.
However, it’s worth noting that while using SameSite=None with TLS does enhance the security of your cookies compared to using it without TLS, it doesn’t provide complete security. Nevertheless, considering the necessity for cross-site sessions, utilizing SameSite=None along with TLS can provide a reasonable level of security.
Attachments
Issue Links
- is related to
-
HADOOP-15457 Add Security-Related HTTP Response Header in WEBUIs.
- Resolved