A long time ASP.NET Webforms developer, new to Ajax development (mainly using the UpdatePanel! Control).
Since no postbacks occur, the server does not reset the user session timeout counter, even if the user interacts with the page and updates parts of it.
I would like to know what is the easiest and most standard way to save an ASP.NET session when you develop Ajax using UpdatePanel;
Please indicate the code and / or links in your response; The material I was looking for talks about wireframes, jQuery, JSON, and whatever the flavor of the monthβs abbreviation is, I donβt need anything interesting, just the usual standard way to do this, I donβt care if it is not optimized, etc .: - |
source
share