LLMS_Session::set_expiration_time( int $exp )
Force the cookie expiration time to 24 hours.
Parameters Parameters
- $exp
-
(int) (Required) Default expiration (1 hour).
Return Return
(int)
Source Source
File: includes/class.llms.session.php
$this->expiring = $cookie[2]; $this->data = $this->read( $this->id );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
?? | Introduced. |