Re: All session variables and their values

2005-08-15 Thread Frank W. Zammetti
Take a look at this: http://javawebparts.sourceforge.net/javadocs/index.html This will do what you want I believe. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, August 15, 2005 12:56 am, C.F. Scheidecker Antunes said: > Hello all,

Re: All session variables and their values

2005-08-15 Thread Wendy Smoak
From: "C.F. Scheidecker Antunes" <[EMAIL PROTECTED]> How can I list/print on a JSP all the variables and their values of the current user session? For debugging during development, I keep this JSP around and include it in my overall layout tile so it shows up at the bottom of every page. It