"is this technique of asp.net session access multi-user-safe?" Code Answer

3

this is safe. the fact you are accessing it through some static property or static class is completely irrelevant. that is a language abstraction. the session provider is what is responsible for mapping the requests to their correct session... so unless there is a bug in this, you are a-ok.

By Sasha Koss on September 25 2022

Answers related to “is this technique of asp.net session access multi-user-safe?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.