Custom Session Provider GetItem not get called when accessing data from Session
I am trying to wirite a custom session provider in .net framework 4.8. What I do not understand, and my problem is that when I try to access data like
Session[key] I imagine that the session provider GetItem should got called, but that’s not happening.