LLMS_Session::use_php_sessions()
Determine should we use php session or wp.
Contents
Return Return
(bool)
Source Source
File: includes/class.llms.session.php
} else {
$this->id = $this->generate_id();
$this->data = array();
$this->is_clean = false;
$set_cookie = true;
$this->set_expiration();
}
if ( $set_cookie ) {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| ?? | Introduced. |