On Thu, Jun 16, 2016 at 12:42 PM, Mark Thomas <ma...@apache.org> wrote:
> What if Boot created a custom ID generator by extending > StandardSessionIdGenerator and overriding startInternal() so it sets the > state but doesn't call getSessionId() ? > > That should only be a few lines of code for the custom generator and a > few lines more to set it on the Manager. > That sounds like a good compromise. Despite the internal in its name, is startInternal considered public API such that we can be reasonably sure that its signature will be stable? Andy