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 Feb 12, 2023. It is now read-only.
I wanted to prevent users from getting the sessionID and using them on non logged in browsers. I have added the following
snippet here to discard cookies after one second.
aggregate/src/main/java/org/opendatakit/common/security/server/SecurityServiceImpl.java
Line 57 in bad4527
This seems to be working fine but I don't know the side effects of this approach. Anything else that I can do here?
The text was updated successfully, but these errors were encountered: