File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ private void DoValidation()
7777 Response.Cache.SetCacheability(HttpCacheability.NoCache);
7878 Response.Cache.SetExpires(DateTime.UtcNow.AddHours(-1));
7979 Response.Cache.SetNoStore();
80- Response.Cache.SetMaxAge(new TimeSpan(0, 0, 30));
8180 //end
8281 //Send the user to the queue - either becuase hash was missing or becuase is was invalid
8382 Response.Redirect(validationResult.RedirectUrl);
@@ -147,7 +146,6 @@ private void DoValidationByLocalEventConfig()
147146 Response.Cache.SetCacheability(HttpCacheability.NoCache);
148147 Response.Cache.SetExpires(DateTime.UtcNow.AddHours(-1));
149148 Response.Cache.SetNoStore();
150- Response.Cache.SetMaxAge(new TimeSpan(0, 0, 30));
151149 //end
152150 //Send the user to the queue - either becuase hash was missing or becuase is was invalid
153151 Response.Redirect(validationResult.RedirectUrl);
You can’t perform that action at this time.
0 commit comments