Package ratpack.session
Interface SessionIdGenerator
-
public interface SessionIdGeneratorStrategy interface for generating unique session ids.The
SessionModuleprovides a default implementation based onUUID.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.netty.util.AsciiStringgenerateSessionId()Generates a new identifier to be used as a session id.
-