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
List Subject: strange session behavior! Ok, I've had an app running in place just fine for several months now. All of a sudden, I've got some weird happenings. I'll preface my problem by saying that I had added an extra security constraint to the file. If I need to sho

strange session behavior!

2007-05-11 Thread Propes, Barry L
Ok, I've had an app running in place just fine for several months now. All of a sudden, I've got some weird happenings. I'll preface my problem by saying that I had added an extra security constraint to the file. If I need to show that code for assistance, I'll pass it along later. But lo