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.
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.