users@glassfish.java.net

Re: JSF, navigation case, redirect, url rewriting

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Tue, 16 Mar 2010 09:29:53 -0700

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]!
>