c# - http meta refresh issue -
I am using http meta refresh to refresh the current page to keep the session live. I am developing VSTS 2008 + C # + .NET 3.5 and ASP.NET applications. My question is, is it possible to send it from the client side (if browser-side if non-revised - since the request header server side and check whether the headers not headered for server side responses to the 304 client? (I want to use it to optimize the bandwidth and overhead on the server.)
If so, can someone recommend me some sample code in the client side and how to execute it on the server side ?
This is likely to be addressed by the HtmlMeta class Was added to .NET 2.0. This Meta allows programmatic access to keywords, you can see it.
Comments
Post a Comment