Reputation: 432
We can have a persistence storage for Session Variables using SessionStateMode
as SQLServer. Why don't we need that flexibility for Application Variables? Is it because their size should be very less (common for all users)?
If we are thinking of a .net Web Farm, we might need to make these Application variables to be consistent. Can the SessionStateMode also stores the Application Variables? I see a table [ASPStateTempApplications]
, but it only have the columns AppId
, AppName
.
Upvotes: 1
Views: 172