0
benellis created
I noticed there is a "ASP.NET_SessionId" cookie. Is module zero making use of ASP.NET Sessions? Is it possible to turn this off?
1 Answer(s)
-
0
Hi,
Module-zero uses Identity Framework and claims stored in the cookies. Does not use ASP.NET Session. What is the purpose to use it?