Skip to content

Commit

Permalink
Merge pull request #8303 from jrjohnson/esa-samesite
Browse files Browse the repository at this point in the history
Configure Our Session Cookie Better
  • Loading branch information
dartajax authored Jan 13, 2025
2 parents 6bd48be + 6bca92e commit 2fb93a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/app/session-stores/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import Cookie from 'ember-simple-auth/session-stores/cookie';

export default class ApplicationSessionStore extends Cookie {
cookieName = 'ilios-session';
sameSite = 'Strict';
}

0 comments on commit 2fb93a8

Please sign in to comment.