LLMS_Session::maybe_start_session()

Starts a new session if one hasn’t started yet.


Return Return

(void)


Top ↑

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.
			 */

Top ↑

Changelog Changelog

Changelog
Version Description
?? Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.