-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement session management persistence to database #102
Milestone
Comments
ChristopherJamesMorris
pushed a commit
that referenced
this issue
Jan 12, 2021
…he database #102 Added all database schema changes and new functions for the above. Created function and schema constants for the database calls and integrated them into the DAL layer.
ChristopherJamesMorris
pushed a commit
that referenced
this issue
Jan 13, 2021
ChristopherJamesMorris
pushed a commit
that referenced
this issue
Jan 13, 2021
ChristopherJamesMorris
pushed a commit
that referenced
this issue
Jan 13, 2021
ChristopherJamesMorris
pushed a commit
that referenced
this issue
Jan 13, 2021
ChristopherJamesMorris
pushed a commit
that referenced
this issue
Jan 14, 2021
ChristopherJamesMorris
pushed a commit
that referenced
this issue
Jan 14, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement a set of changes so that any session data is persisted to the database rather than being held as an in-memory resource which is the default.
This is to overcome any possible issues where the appointment checker is deployed across a web farm.
The text was updated successfully, but these errors were encountered: