Hi, got a question about how atlas handle the serverside session? After user login, I put the user information into a session. then, in the UI, there is a client javascript event calling the backend web service, and the web service needs to access the user information from session, but it seems HttpContext...