SessionTrackingMode

Available session tracking modes (mirrors jakarta.servlet.SessionTrackingMode).

Entries

Link copied to clipboard

Send a cookie in response to the client's first request.

Link copied to clipboard

Rewrite the URL to append a session ID.

Link copied to clipboard

Use SSL build-in mechanism to track the session.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.