Class PathParameterSessionConfig

java.lang.Object
io.undertow.server.session.PathParameterSessionConfig
All Implemented Interfaces:
SessionConfig

public class PathParameterSessionConfig extends Object implements SessionConfig
Session config that is based on a path parameter and URL rewriting
Author:
Stuart Douglas
  • Constructor Details

    • PathParameterSessionConfig

      public PathParameterSessionConfig(String name)
    • PathParameterSessionConfig

      public PathParameterSessionConfig()
  • Method Details