LLMS_Session::init_cookie()
Initialize the session cookie
Description Description
Retrieves and validates the cookie, when there’s a valid cookie it will initialize the object with data from the cookie. Otherwise it sets up and saves a new session and cookie.
Return Return
(void)
Source Source
File: includes/class.llms.session.php
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |