aboutsummaryrefslogtreecommitdiff
path: root/Libs/VNLib.Plugins.Essentials.Sessions/SessionIdFactory.cs
diff options
context:
space:
mode:
authorLibravatar vman <public@vaughnnugent.com>2022-11-18 17:45:18 -0500
committerLibravatar vman <public@vaughnnugent.com>2022-11-18 17:45:18 -0500
commit75a7d674d24cdd50c5267fae8a484ae7361bc377 (patch)
tree8b4aaa8ea07750aa64398676a23fa5e83f5109b9 /Libs/VNLib.Plugins.Essentials.Sessions/SessionIdFactory.cs
parentfdb055f4687c59c5bd0859388dace05766f7ce06 (diff)
Namepace + msc updates
Diffstat (limited to 'Libs/VNLib.Plugins.Essentials.Sessions/SessionIdFactory.cs')
-rw-r--r--Libs/VNLib.Plugins.Essentials.Sessions/SessionIdFactory.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Libs/VNLib.Plugins.Essentials.Sessions/SessionIdFactory.cs b/Libs/VNLib.Plugins.Essentials.Sessions/SessionIdFactory.cs
index ff0608e..c3ac5bd 100644
--- a/Libs/VNLib.Plugins.Essentials.Sessions/SessionIdFactory.cs
+++ b/Libs/VNLib.Plugins.Essentials.Sessions/SessionIdFactory.cs
@@ -4,6 +4,7 @@ using System.Diagnostics.CodeAnalysis;
using VNLib.Hashing;
using VNLib.Net.Http;
using VNLib.Plugins.Essentials.Extensions;
+using VNLib.Plugins.Essentials.Sessions.Runtime;
#nullable enable
@@ -33,7 +34,7 @@ namespace VNLib.Plugins.Essentials.Sessions.Memory
//return session-id value from cookie value
return cookie;
}
-
+
public bool TryGetSessionId(IHttpEvent entity, [NotNullWhen(true)] out string? sessionId)
{
//Get authorization token and make sure its not too large to cause a buffer overflow