# Part 1
# start clean install
# confirm, that on "Select Domain" step current domain is pre-selected
# finish installation
# login to the adm.console, go to the {nav Configuration > Website > Advanced} section
# confirm, that "Session Cookie Domains..." variable has hint "The Front-End Login form will be broken unless this setting is populated."
# confirm, that label for "CookieSessions" variable is "Session Management Method (for Front-End only)"
# Part 2
# start upgrade
# ensure, that in the old database version, in the SystemSettings table, SessionCookieDomains variable has empty value
# ensure, that in the system/config.php “$_CONFIG['Misc']['Domain']” setting has non-empty value
# finish upgrade
# login to the adm.console, go to the {nav Configuration > Website > Advanced} section
# confirm, that "Session Cookie Domains..." variable has value from “$_CONFIG['Misc']['Domain']” setting
# confirm, that "Session Cookie Domains..." variable has hint "The Front-End Login form will be broken unless this setting is populated."
# confirm, that label for "CookieSessions" variable is "Session Management Method (for Front-End only)"