Customizing the Session ID
HydraExpress generates a secure default session ID, but you can create a custom session ID generator to identify each unique session if you wish.
This entails:
Creating a custom session ID generator deriving from
rwsf::HttpSessionIdGenerator and overriding the function
generateSessionId() to return the session ID string
Defining an exported create function using the macro
RWSF_DEFINE_HTTP_SESSION_ID_GENERATOR()Adding the property
rwsf:httpSessionIdGenerator with the value
CustomLib.createCustomSessionIdGenerator to the handler chain for the servlet type in the main configuration file,
rwagent.xml