SessionOption

Options altering how sessions are created.

Multiple values can be or'ed together.

Values

ValueMeaning
none0

No options.

httpOnly1 << 0
secure1 << 1
noSecure1 << 2

See Also

HTTPServerResponse.startSession

Meta