Merge remote-tracking branch 'origin/patch-3' into docs-typo-fixes
This commit is contained in:
commit
75ec73d6fe
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ The `session` module has the following methods:
|
||||||
* `cache` Boolean - Whether to enable cache.
|
* `cache` Boolean - Whether to enable cache.
|
||||||
|
|
||||||
Returns `Session` - A session instance from `partition` string. When there is an existing
|
Returns `Session` - A session instance from `partition` string. When there is an existing
|
||||||
`Session` with the same `partition`, it will be returned; othewise a new
|
`Session` with the same `partition`, it will be returned; otherwise a new
|
||||||
`Session` instance will be created with `options`.
|
`Session` instance will be created with `options`.
|
||||||
|
|
||||||
If `partition` starts with `persist:`, the page will use a persistent session
|
If `partition` starts with `persist:`, the page will use a persistent session
|
||||||
|
|
Loading…
Reference in a new issue