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
* If the user is still active on the site and the cookie is older than the * "expiring" time but not yet expired, renew the session. * * @since 4.0.0 * * @return boolean `true` if the expiration was extended, otherwise `false`.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
?? | Introduced. |