aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GitVersion.yml6
-rw-r--r--libs/VNLib.Plugins.Sessions.Cache.Client/src/SessionStore.cs2
2 files changed, 7 insertions, 1 deletions
diff --git a/GitVersion.yml b/GitVersion.yml
new file mode 100644
index 0000000..ebdfba1
--- /dev/null
+++ b/GitVersion.yml
@@ -0,0 +1,6 @@
+assembly-versioning-scheme: MajorMinorPatch
+mode: ContinuousDeployment
+branches: {}
+ignore:
+ sha: []
+merge-message-formats: {}
diff --git a/libs/VNLib.Plugins.Sessions.Cache.Client/src/SessionStore.cs b/libs/VNLib.Plugins.Sessions.Cache.Client/src/SessionStore.cs
index 62de219..97dfa46 100644
--- a/libs/VNLib.Plugins.Sessions.Cache.Client/src/SessionStore.cs
+++ b/libs/VNLib.Plugins.Sessions.Cache.Client/src/SessionStore.cs
@@ -249,7 +249,7 @@ namespace VNLib.Plugins.Sessions.Cache.Client
* and the session will be recovered from cache on load
*/
- if(sessionData != null)
+ if(newId != null)
{
session.Destroy(null);
}