LLMS_Session::maybe_start_session()
Starts a new session if one hasn’t started yet.
Contents
Return Return
(void)
Source Source
File: includes/class.llms.session.php
* * The session stays in memory only (no `Set-Cookie` header, no database row) * until `set()` stores something, which keeps anonymous, cache-eligible * responses free of a `Set-Cookie` header. The cookie is emitted from `set()` * the moment the first piece of data is written. */
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| ?? | Introduced. |