packetstormer has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks
I have built a web application that uses CGI to create and store users information across pages. It all works well but I would like to create an Admin interface that will allow an Admin to view the sessions tables to see who is logged in a purge the table if it gets to big/stale etc.
Does anyone know of any scripts to pulls session information out of the sessions table when the session is not yours? That is, I want ALL session information not just mine (my session id). The session table is as default with just an id and a_session column. The a_session seems to be stored in a hash format (kind of) and I surely could get it out, parse it and display it but before I reinvent the wheel does anyone know if such a feature exists in a CGI tool?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI Session information
by thomas895 (Deacon) on Apr 12, 2012 at 16:32 UTC | |
|
Re: CGI Session information
by Anonymous Monk on Apr 13, 2012 at 05:09 UTC | |
|
Re: CGI Session information
by Anonymous Monk on Apr 13, 2012 at 11:40 UTC | |
by Anonymous Monk on Jul 09, 2012 at 22:05 UTC | |
|
Re: CGI Session information
by thargas (Deacon) on Apr 13, 2012 at 12:12 UTC | |
|
Re: CGI Session information
by mbethke (Hermit) on Apr 12, 2012 at 16:47 UTC |