Question about Session MGMT

2007-09-06 Thread ryoung5367
I was searching the archives, but could not find what I thought I needed?? The problem I have is that when I go to my webapp (IE/Firefox) and login as say an admin and then open another tab and login as just a user. The original admin login will fail if I try to do any administrative functions.

Re: Question about Session MGMT

2007-09-07 Thread ryoung5367
I was just looking at how to turn off cookies in the context.xml file it added this: parameter namecookie/name valuefalse/value /parameter Yet I am not seeing the URL rewritting... I was reading the tomcat doco, am I missing something. (Please pardon these newbie questions)

RE: Question about Session MGMT

2007-09-07 Thread ryoung5367
Thanks very, much to all who replied. That works now. Rob Caldarale, Charles R wrote: From: ryoung5367 [mailto:[EMAIL PROTECTED] Subject: Re: Question about Session MGMT I was just looking at how to turn off cookies in the context.xml file it added this: parameter namecookie

Error Page problems

2007-09-07 Thread ryoung5367
I am trying to capture certain errors and display a friendly screen. I put the following in my web.xml error-page error-code404/error-code location/error.html/location /error-page I noticed that I no longer get the standard Tomcat message on 404's, but I get a 404 error in the