Allow more liberal reuse of tokens to avoid cross-frame conflicts
[squirrelmail.git] / src / options_identities.php
index 92a4600dab087433296d109df1aa430cfeaf5476..69efa2481cfbeffc787902182598f21cbe84096b 100644 (file)
@@ -44,7 +44,7 @@ sqgetGlobalVar('smtoken', $submitted_token, SQ_POST, '');
 if (!empty($smaction) && is_array($smaction)) {
 
     // first do a security check
-    sm_validate_security_token($submitted_token, 3600, TRUE);
+    sm_validate_security_token($submitted_token, -1, TRUE);
 
     $doaction = '';
     $identid = 0;