usnistgov / SpectrumBrowser

ITL
12 stars 11 forks source link

It would be nice to add an admin page to monitor the session objects #127

Closed jkubNTIA closed 9 years ago

jkubNTIA commented 9 years ago

It would be nice to add an admin page to monitor the session objects, e.g. User name time logged in privilege time session expires

This would be nice for admin information and for testing so that we can see when the session object expires and then run some tests after it does expire and before it expires. Also, we could see if extra session objects ever 'accidentally' are created. We can more easily test the different cases for 'is authentication' required = true vs false.

ranganathanm commented 9 years ago

Completed e17e92c..5281308

jkubNTIA commented 9 years ago

Nice work. We will add testing this page to our test plan.