0
reyada created
Dear All,
The ASPZero Framwork use HttpContext for save the users data
is the ASPZero support for cloud & auto scale ??
3 Answer(s)
-
0
Which data specifically?
-
0
var cachedValue = httpContext.Items["__PerRequestSessionCache"] as GetCurrentLoginInformationsOutput
-
0
That information only needs to persist for a single request - it's cached because it's used in many view components. Besides, it's always retrieved when it's not available so it doesn't affect ASP.NET Zero's support for cloud and scaling.