Base solution for your next web application
Open Closed

ASPZero Framwork Using HttpContext ? #3926


User avatar
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)
  • User Avatar
    0
    aaron created
    Support Team

    Which data specifically?

  • User Avatar
    0
    reyada created

    var cachedValue = httpContext.Items["__PerRequestSessionCache"] as GetCurrentLoginInformationsOutput

  • User Avatar
    0
    aaron created
    Support Team

    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.