HTTP security: Skillnad mellan sidversioner

Från MoodleDocs
Hoppa till:navigering, sök
(Secure cookies only - MDL-55273)
m (rewording)
Rad 7: Rad 7:
==Secure cookies only==
==Secure cookies only==


In Moodle 3.1.2 onwards, the 'Secure cookies only' default setting is on i.e. it is recommended to use secure cookies only when serving over SSL. When not serving over SSL, the setting is ignored. (It is likely that the setting will be removed in 3.2 onwards - see MDL-55662.)
It is recommended to use secure cookies only when serving over SSL. When not serving over SSL, the setting is ignored. In Moodle 3.1.2 onwards, the 'Secure cookies only' default setting is on. (It is likely that the setting will be removed in 3.2 onwards - see MDL-55662.)  


==See also==
==See also==

Versionen från 7 september 2016 kl. 14.54

HTTPS for logins can be enabled by an administrator in Settings > Site administration > Security > HTTP security.

Use HTTPS for logins

HTTPS encrypts the user's login data, so it's difficult to sniff out a user's username and password on the network. You will need to enable HTTPS on your server before you turn on this setting, or else you will be locked out of your site. Every web server has a different method for enabling HTTPS, so you should check the documentation for your web server.

Secure cookies only

It is recommended to use secure cookies only when serving over SSL. When not serving over SSL, the setting is ignored. In Moodle 3.1.2 onwards, the 'Secure cookies only' default setting is on. (It is likely that the setting will be removed in 3.2 onwards - see MDL-55662.)

See also

Forum discussions: