Resist session id name fingerprinting by default #24
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The default session cookie name gives away that axum (or this specific middleware) is used:
https://github.com/maxcountryman/axum-sessions/blob/main/src/session.rs#L112
This should be changed to a generic default, like
sid
,id
, orses
.See also:
https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#session-id-name-fingerprinting
The text was updated successfully, but these errors were encountered: