Re: Phantom Sessions

2010-09-04 Thread Rainer Jung
On 03.09.2010 00:20, Paul Szynol wrote: Hi, Chris, Thanks for your response. I do get those requests, but it seems they always generate standard user agent information, which I then store in the associated session object. These session objects don't have any user agent information--that's why I

Re: Phantom Sessions

2010-09-02 Thread Paul Szynol
Hey, Pid, A few a day. Seems fairly random, which would support the bot theory. But the sessions don't show up in batches, which is the behavior I typically see from bots. Paul On 9/2/10 7:27 PM, Pid wrote: On 02/09/2010 23:20, Paul Szynol wrote: Hi, Chris, Thanks for your response.

Re: Phantom Sessions

2010-09-02 Thread Pid
On 02/09/2010 23:20, Paul Szynol wrote: > > Hi, Chris, > > Thanks for your response. I do get those requests, but it seems they > always generate standard user agent information, which I then store in > the associated session object. These session objects don't have any > user agent information

Re: Phantom Sessions

2010-09-02 Thread Paul Szynol
Hi, Chris, Thanks for your response. I do get those requests, but it seems they always generate standard user agent information, which I then store in the associated session object. These session objects don't have any user agent information--that's why I am wondering if they're generated

Re: Phantom Sessions

2010-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 9/2/2010 5:10 PM, Paul Szynol wrote: > I don't have the minor version information, but it's Tomcat 6. Each > session object is added to a ConcurrentHashMap when SessionListener's > sessionCreated() is invoked. You likely have a default page

Re: Phantom Sessions

2010-09-02 Thread Paul Szynol
m] On Behalf Of Paul Szynol Subject: Phantom Sessions I've recently noticed "phantom" session objects on one of my Tomcat webapps. Tomcat version? What are you using to observe these sessions? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MAT

RE: Phantom Sessions

2010-09-02 Thread Caldarale, Charles R
> From: Paul Szynol [mailto:paul.szy...@gmail.com] On Behalf Of Paul Szynol > Subject: Phantom Sessions > I've recently noticed "phantom" session objects on one of > my Tomcat webapps. Tomcat version? What are you using to observe these sessions? - Chuck THI

Phantom Sessions

2010-09-02 Thread Paul Szynol
I've recently noticed "phantom" session objects on one of my Tomcat webapps. These sessions have no IP addresses and their sole URI request is always for "/". I am not sure if this is a sign of a problem, or how to trace it--has anyone else encountered something similar? Best wishes, Paul