summaryrefslogtreecommitdiff
path: root/templates/view.html
blob: 5c1417561feafb299f167916f19e7a84126f1d53 (plain)
1
2
3
4
5
6
7
8
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