Dominik Dorn wrote:
> > or configure the supported session tracking modes via your
> application's web.xml deployment descriptor.
> How does one do that? I just came up with the listener, as I haven't
> found a way to do it in web.xml
Pick one or a subset of the following tracking-mode elements:
<web-app ...>
<session-config>
<tracking-mode>COOKIE</tracking-mode>
<tracking-mode>URL</tracking-mode>
<tracking-mode>SSL</tracking-mode>
</session-config>
</web-app>
Jan
>
>
>
>
> --
> [url=http://www.dominikdorn.com]Dominik Dorn[/url]
>
> Tausche Deine [url=http://www.studyguru.eu] Lernunterlagen auf
> http://www.studyguru.eu[/url]!
>