Skip to content

VPR-214 refactor(web): drop unused session registration - #342

Draft
rlorenzo wants to merge 1 commit into
mainfrom
feature/VPR-214-remove-session-registration
Draft

rlorenzo wants to merge 1 commit into
mainfrom
feature/VPR-214-remove-session-registration

Conversation

@rlorenzo

Copy link
Copy Markdown
Contributor
  • Nothing reads HttpContext.Session or TempData, so the session store
    only existed to be configured
  • Blue/green slot flips require no per-user state in process

Stack created with GitHub Stacks CLIGive Feedback 💬

@rlorenzo
rlorenzo added this pull request to stack #345 September 17, 2026 07:29
@codecov-commenter

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@codecov-commenter

codecov-commenter commented Sep 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.37%. Comparing base (4b9da22) to head (1101096).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #342   +/-   ##
=======================================
  Coverage   45.37%   45.37%           
=======================================
  Files         948      948           
  Lines       49532    49532           
  Branches     6700     6700           
=======================================
  Hits        22477    22477           
  Misses      26089    26089           
  Partials      966      966           
Flag Coverage Δ
backend 42.34% <ø> (ø)
frontend 64.72% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
web/Classes/HealthChecks/HealthCheckExtensions.cs 0.00% <ø> (ø)

@rlorenzo
rlorenzo force-pushed the feature/VPR-214-remove-session-registration branch from 28bece9 to 8d7379b Compare September 17, 2026 14:21
- Nothing reads HttpContext.Session or TempData, so the session store
  only existed to be configured
- Blue/green slot flips require no per-user state in process
@rlorenzo
rlorenzo force-pushed the feature/VPR-214-remove-session-registration branch from 8d7379b to 1101096 Compare September 22, 2026 09:05
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

Successfully merging this pull request may close these issues.

2 participants