public class UuidHttpSessionIdGenerator extends Object implements HttpSessionIdGenerator
Constructor and Description |
---|
UuidHttpSessionIdGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
generateSessionId(FreshHttpSession session)
Generates the session Id.
|
public void generateSessionId(FreshHttpSession session)
HttpSessionIdGenerator
Generates the session Id.
This method may return without the session Id being specified on the
FreshHttpSession
. In this case it is expected that the session Id
will be populated some time in the near future.
generateSessionId
in interface HttpSessionIdGenerator
session
- FreshHttpSession
to be populated with a new session
Id.Copyright © 2005–2016. All rights reserved.