1
0
Fork 0

Replaced backticks with splats to follow doc styleguide.

This commit is contained in:
Alan Plum 2014-06-30 18:42:59 +02:00
parent fefe0d0e6d
commit 369485b129
1 changed files with 1 additions and 1 deletions

View File

@ -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