From 0e66e1d890ca775b50b43990a4d92c035c1eb5b2 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 9 Apr 2020 02:17:47 +0200 Subject: feature : cookie session management --- app/view/templates/user.php | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) (limited to 'app/view') diff --git a/app/view/templates/user.php b/app/view/templates/user.php index f7b2b25..ca944fd 100644 --- a/app/view/templates/user.php +++ b/app/view/templates/user.php @@ -10,7 +10,7 @@
-
+
@@ -36,12 +36,35 @@

+

When you tick the remember-me checkbox during login, you can choose how much time W will remember you.

+ + +

Sessions Tokens

+ +
    + + +
  • + + ip : ip ?> | date : date['date'] ?> | conservation : conservation ?> days | user agent : useragent ?> + +
    + + +
    + +
  • + +
+
@@ -89,7 +112,7 @@ - + @@ -136,7 +159,7 @@ - expiredate() !== false ? 'value="' . $user->expiredate('string') . '"' : '' ?>> + expiredate() !== false ? 'value="' . $user->expiredate('string') . '"' : '' ?> min="format('Y-m-d'); ?>"> reset -- cgit v1.2.3