summaryrefslogtreecommitdiff
path: root/templates/view.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/view.html')
-rw-r--r--templates/view.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/view.html b/templates/view.html
new file mode 100644
index 0000000..5c14175
--- /dev/null
+++ b/templates/view.html
@@ -0,0 +1,9 @@
+<html>
+<title>View Session Cookie</title>
+Username: {{ s_user }}<br/>{#
+Cookie user: {{ c_user }}<br/>
+Session: {{ session }}<br/>
+Cookies: {{ cookie }}<br/>#}
+Session expires: {{ cookie.timestamp }}<br/>
+Logged in through: {{ cookie.type }}
+</html>
bgstack15