cache aspx page per user
ASP.NET
5
Posts
3
Posters
0
Views
1
Watching
-
One way is to pass sessionid in query stirng and put varybyparam with sessionid as key. But as we all know passing sessionid in query string is a security threat.
-
You may save the output of the page in the session object then get it from the session object when the user requests the page
Waleed Eissa Software Developer Sydney