RE: strange session behavior!

2007-05-11 Thread Propes, Barry L
omcat Users List Subject: Re: strange session behavior! Hi Barry I think you session may not have been created... See my MOD below - Original Message - From: "Propes, Barry L " <[EMAIL PROTECTED]> I'm using this code for part of my app: String jus

Re: strange session behavior!

2007-05-11 Thread Johnny Kewl
Hi Barry I think you session may not have been created... See my MOD below - Original Message - From: "Propes, Barry L " <[EMAIL PROTECTED]> I'm using this code for part of my app: String juser = request.getRemoteUser(); request.getSession(true).setAttribute("juser",juser);

RE: strange session behavior!

2007-05-11 Thread Propes, Barry L
extra sidenote to this that is odd. This user can access OTHER requests and pages protected by the constraint, just not this particular one!! What would give there? -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 1:28 PM To: Tomcat Users Li