org.apache.catalina.valves.RemoteIPValve getRemoteIpHeader?
Martin
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger
sein, so bitten wir hoeflich um
2013/4/28 Leon Rosenberg :
> Hi,
>
> is there any possibility to get the first request from a session (or any
> request from a session) from the HttpSessionListener.
No. It is not possible to get request from within a HttpSessionListener.
> Background, I want to count sessions by top level domain
On 4/25/2013 12:52 PM, Caldarale, Charles R wrote:
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Subject: Re: Question on servlet determination
http://localhost:8080/examples/servlets/servlet/RequestInfoExample
I get the example page with pathInfo=ll
http://localhost:8217/exampl
Hi,
is there any possibility to get the first request from a session (or any
request from a session) from the HttpSessionListener.
Background, I want to count sessions by top level domains. I'm doing it now
in a combination of filter and listener. Filter for new sessions, putting a
mark for alread