Class UuidHttpSessionIdGenerator
java.lang.Object
net.officefloor.web.session.generator.UuidHttpSessionIdGenerator
- All Implemented Interfaces:
HttpSessionIdGenerator
- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateSessionId(FreshHttpSession session) Generates the session Id.
-
Constructor Details
-
UuidHttpSessionIdGenerator
public UuidHttpSessionIdGenerator()
-
-
Method Details
-
generateSessionId
Description copied from interface:HttpSessionIdGeneratorGenerates 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.- Specified by:
generateSessionIdin interfaceHttpSessionIdGenerator- Parameters:
session-FreshHttpSessionto be populated with a new session Id.
-