summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-status-html.lsp
blob: 072051de8bf96ebc05256f3c17251057fb1393f6 (plain)
1
2
3
4
5
6
7
8
<? local view= ... ?> 
<? --[[
	io.write(html.cfe_unpack(view))
--]] ?>
<h1>User Status </h1>
<p> Below is your current Session id <p>
<?= view.sessionid ?>
<p>You are currently known to the system as <?= view.username ?>.</p>