cookieLifetime

Path: rsConf.general.cookieLifetime

Default: 360 000 000 (~ 4 days)

Description: How long the settings cookie should survive on the user’s computer, expressed in milliseconds. The default setting is just over four days. Set this to null in order to use a session-only cookie that is not stored on the user’s computer after the browser closes. Note! Some browsers have functionality for restoring previous sessions when starting. This might cause session-only cookies to be restored as well. This is something that is handled entirely by the browser and is not something ReadSpeaker can control.

Example:

window.rsConf = {
	general: {
		cookieLifetime: 360000000
	}
};