Not a developer? Go to MovableType.com

Documentation

UserSessionCookieTimeout

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

Sets the length in seconds of logged in commenter’s session.

Allowed Values

Any integer

Default

14400 (four hours)

Examples

Keep commenters logged in for 10 minutes:

UserSessionCookieTimeout 600

Keep commenters logged in for one hour:

UserSessionCookieTimeout 3600

Keep commenters logged in for one day:

UserSessionCookieTimeout 86400

Keep commenters logged in for one week:

UserSessionCookieTimeout 604800
Back