This is an old revision of the document!
To Force SSL Logins and SSL Admin Access The constant FORCE_SSL_ADMIN can be set to true in the wp-config.php file to force all logins and all admin sessions to happen over SSL.
Example
define('FORCE_SSL_ADMIN', true);