2.2.3.12 Action Flags

The action flags represent optional data that a state server implementation returns to a client. A value of "0" means no special action by the client is necessary for the session state data. A value of "1" means the client MUST perform extra initialization work for the session.

 action-flags = "ActionFlags:" SP ("0" | "1") CRLF

Example:

 ActionFlags: 1\r\n