T
Tomasz Staroszczyk
Hey everyone, I'm facing a problem of storing structures in Application
State. A structure is beeing created while the first visit of a user and
is stored in the Application State (Application["users"].Add(user) -
where Application["users"] is a List<User>). The problem is that after
20 minutes (session state interval) the structure is missing. Why?
State. A structure is beeing created while the first visit of a user and
is stored in the Application State (Application["users"].Add(user) -
where Application["users"] is a List<User>). The problem is that after
20 minutes (session state interval) the structure is missing. Why?