Skip to content

Instantly share code, notes, and snippets.

@markoradinovic
Created December 30, 2014 16:08
Show Gist options
  • Save markoradinovic/1d94a72b63e5f5685d2f to your computer and use it in GitHub Desktop.
Save markoradinovic/1d94a72b63e5f5685d2f to your computer and use it in GitHub Desktop.
WildFly virtualhost
<?xml version="1.0"?>
<jboss-web>
<session-config>
<cookie-config>
<domain>special.mydomain.com</domain>
<path>/</path>
</cookie-config>
</session-config>
</jboss-web>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment