Skip to content

Instantly share code, notes, and snippets.

@tbje
Created July 26, 2010 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbje/490379 to your computer and use it in GitHub Desktop.
Save tbje/490379 to your computer and use it in GitHub Desktop.
<Get name="sessionHandler">
<Get name="sessionManager">
<Set name="refreshCookieAge">120</Set>
<Set name="maxCookieAge">1200</Set>
</Get>
</Get>
<Call name="setSessionIdManager">
<Arg>
<New class="org.eclipse.jetty.server.session.HashSessionIdManager">
<Set name="WorkerName"><SystemProperty name="node.name" default=""/></Set>
</New>
</Arg>
</Call>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment