LLMS_Session::set_expiration_time( int $exp )

Force the cookie expiration time to 24 hours.


Parameters Parameters

$exp

(int) (Required) Default expiration (1 hour).


Top ↑

Return Return

(int)


Top ↑

Source Source

File: includes/class.llms.session.php

			$this->expiring = $cookie[2];
			$this->data     = $this->read( $this->id );


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.