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
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);
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
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