LLMS_Session::set_expiration_time( int $exp )

Force the cookie expiration time to 24 hours


Description Description


Parameters Parameters

$exp

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


Top ↑

Return Return

(int)


Top ↑

Source Source

File: includes/class.llms.session.php

	public function set_expiration_time( $exp ) {
		return ( 30 * 60 * 24 );
	}

Top ↑

User Contributed Notes User Contributed Notes

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