Skip to content

Commit 80a4165

Browse files
authored
Update README.md
1 parent d07744e commit 80a4165

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)