Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-12-13 04:23:18 +0400
committermattab <matthieu.aubry@gmail.com>2013-12-13 04:23:18 +0400
commit9d6ae2be2342081cf7057e6c64d5a02c7ef1ddba (patch)
tree6d1da981edf0b484b8b592d49d0e2aba53ced8ac /core/Nonce.php
parent502eb6e95f3de5ef4570089eea977cb487fb629d (diff)
10Min nonce
Diffstat (limited to 'core/Nonce.php')
-rw-r--r--core/Nonce.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Nonce.php b/core/Nonce.php
index e90c5af374..55567e8841 100644
--- a/core/Nonce.php
+++ b/core/Nonce.php
@@ -36,7 +36,7 @@ class Nonce
* the nonce will no longer be valid).
* @return string
*/
- static public function getNonce($id, $ttl = 300)
+ static public function getNonce($id, $ttl = 600)
{
// save session-dependent nonce
$ns = new SessionNamespace($id);