Clarification on Session ID (wodWebServer / wodWebServer.NET)
Hi.
Session is created first time you add User.Sessions variable, not before that. It has nothing to do with authentication, which is just one usage of it. You can store many other types of information besides authentication.
As for its uniqueness, it should be unique, since it contains time and session ID inside, both are time-frame unique.
Regards,
Jasmine
Complete thread:
- Clarification on Session ID - Kishore, 2023-12-20, 17:17
- Clarification on Session ID - Jasmine, 2023-12-20, 17:28