Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Consider limiting the cookies we use for nonce and correlationId to the paths that we use them on #1133

Closed
javiercn opened this issue Mar 3, 2017 · 2 comments
Assignees
Milestone

Comments

@javiercn
Copy link
Member

javiercn commented Mar 3, 2017

Currently the handle of /, if there are incomplete logins they cause trouble and they stay on the browser cookie cache incrementing the size of each request. We should look into setting their path to the sign-in callback endpoint so that incomplete login flows don't increase the size of requests sent to the server.

@Eilon
Copy link
Member

Eilon commented Mar 16, 2017

@javiercn any chance you want to send a PR for this? @Tratcher believes the code change is quite simple, but it requires a bit of testing.

@javiercn
Copy link
Member Author

Yeah, I will talk to @Tratcher and look into it next week.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants