Skip to content

Fix session cookie being recreated on every export#2471

Open
rfontanarosa wants to merge 7 commits intomasterfrom
rfontanarosa/1160/only-generate-new-session-cookie-when-needed
Open

Fix session cookie being recreated on every export#2471
rfontanarosa wants to merge 7 commits intomasterfrom
rfontanarosa/1160/only-generate-new-session-cookie-when-needed

Conversation

@rfontanarosa
Copy link
Copy Markdown
Collaborator

closes #1160

@rfontanarosa rfontanarosa self-assigned this Mar 26, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 26, 2026

Codecov Report

❌ Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.29%. Comparing base (b62e49e) to head (9725ea7).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
web/src/app/services/auth/auth.service.ts 81.81% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2471      +/-   ##
==========================================
+ Coverage   60.07%   60.29%   +0.21%     
==========================================
  Files         115      115              
  Lines        2818     2826       +8     
  Branches      423      425       +2     
==========================================
+ Hits         1693     1704      +11     
+ Misses       1064     1061       -3     
  Partials       61       61              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…n-cookie-when-needed

# Conflicts:
#	web/src/app/services/auth/auth.service.ts
@rfontanarosa rfontanarosa marked this pull request as ready for review March 29, 2026 22:47
@rfontanarosa rfontanarosa requested a review from gino-m March 29, 2026 22:48
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.

Only generate new session cookie when needed

2 participants