Skip to content
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

Open
ChristopherJamesMorris opened this issue Jan 12, 2021 · 0 comments
Open

Implement session management persistence to database #102

ChristopherJamesMorris opened this issue Jan 12, 2021 · 0 comments
Assignees
Milestone

Comments

@ChristopherJamesMorris
Copy link
Contributor

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.

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.
@jonnyry jonnyry added this to the 1.2 milestone Feb 1, 2021
@jonnyry jonnyry modified the milestones: 1.2, 1.3 Mar 8, 2021
@jonnyry jonnyry modified the milestones: 1.3, Later Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants