AscendingCreations / AxumSession

Axum Session Management Libraries that use Sqlx
MIT License
136 stars 28 forks source link

Add Manual Data Session Mode. #44

Closed genusistimelord closed 1 year ago

genusistimelord commented 1 year ago

Add a Manual data Session mode to Prevent Creation of SessionData on Page Requests unless Generated by the end user. Useful to prevent Mass memory loads and unloads when a very few of the users are not logging in ETC.