I think I misunderstood what you meant. You mean to display the current session (in which case it can pull it from 'request.session' without knowing the session ID)? I do do that in some applications, and that may be the easiest way here.
But as for displaying other sessions or all sessions, I'm not sure I want to do it in an /admin view, both to minimize the security exposure and to avoid feature creep. I have other command-line utilities so this would be just one more of them. On Tue, Dec 23, 2014 at 1:58 PM, Jonathan Vanasco <[email protected]> wrote: > > > On Tuesday, December 23, 2014 4:56:15 PM UTC-5, Mike Orr wrote: >> >> Works. I'll just need to write a script to dump the session. > > > I like do to things like this in behind a /admin page, this way I can see > everything in real time (and use pprrint) > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
