mirror of https://gitee.com/bigwinds/arangodb
Consistency.
This commit is contained in:
parent
63e7c8132c
commit
166bdc9a46
|
@ -19,9 +19,9 @@ If *type* is set to *"cookie"*, the session cookie will be updated after every r
|
|||
* *options* (optional): an object with any of the following properties:
|
||||
* *sessionStorageApp* (optional): mount point of the session storage app to use. Default: *"/_system/sessions"*.
|
||||
* *type* (optional): sessions type, currently only *"cookie"* and *"header"* are supported. Default: *"cookie"*.
|
||||
* *cookieName* (optional): name of the session cookie if using cookie sessions. If a *cookieSecret* is provided, the signature will be stored in a cookie named *cookieName + "_sig"*. Defaults to *"sid"*.
|
||||
* *cookieName* (optional): name of the session cookie if using cookie sessions. If a *cookieSecret* is provided, the signature will be stored in a cookie named *cookieName + "_sig"*. Default: *"sid"*.
|
||||
* *cookieSecret* (optional): secret string to sign session cookies with if using cookie sessions.
|
||||
* *headerName* (optional): name of the session header if using header sessions. Defaults to *"X-Session-Id"*.
|
||||
* *headerName* (optional): name of the session header if using header sessions. Default: *"X-Session-Id"*.
|
||||
* *autoCreateSession* (optional): whether a session should always be created if none exists. Default: *true*.
|
||||
|
||||
@EXAMPLES
|
||||
|
|
Loading…
Reference in New Issue