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