mirror of https://gitee.com/bigwinds/arangodb
Replaced backticks with splats to follow doc styleguide.
This commit is contained in:
parent
fefe0d0e6d
commit
369485b129
|
@ -664,7 +664,7 @@ extend(Controller.prototype, {
|
|||
/// * *cookieName*: A string used as the name of the cookie. Defaults to *"sid"*.
|
||||
/// * *cookieSecret*: A secret string used to sign the cookie (as "*cookieName*_sig"). Optional.
|
||||
/// * *autoCreateSession*: Whether to always create a session if none exists. Defaults to *true*.
|
||||
/// * *sessionStorageApp*: Mount path of the app to use for sessions. Defaults to */_sessions*
|
||||
/// * *sessionStorageApp*: Mount path of the app to use for sessions. Defaults to */_system/sessions*
|
||||
///
|
||||
///
|
||||
/// @EXAMPLES
|
||||
|
|
Loading…
Reference in New Issue