Skip to content

Commit

Permalink
Issue #142: Mention the effect of HttpType on the session management …
Browse files Browse the repository at this point in the history
…cookie.

Also try to simplify the wording of the description text.
  • Loading branch information
bschmalhofer committed Jul 22, 2020
1 parent babbc76 commit 6eef633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Config/Files/XML/Framework.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</Value>
</Setting>
<Setting Name="HttpType" Required="1" Valid="1" ConfigLevel="200">
<Description Translatable="1">Defines the type of protocol, used by the web server, to serve the application. If HTTP protocol will be used instead of secure HTTPS, it must be specified here. Since this has no affect on the web server's settings or behavior, it will not change the method of access to the application and, if it is wrong, it will not prevent you from logging into the application. This setting is only used as a variable, OTOBO_CONFIG_HttpType which is found in all forms of messaging used by the application, to build links to the tickets within your system.</Description>
<Description Translatable="1">Defines the type of protocol that is used by the web server to serve the application. If the webserver uses HTTP instead of of HTTPS, then 'http' must be specified here. The setting of 'HttpType' has no affect on the web server's settings or behavior. Specifically, it will not change the method of access to the application. If the setting is wrong, it will not prevent you from logging into the application. This setting is used mainly via the template variable OTOBO_CONFIG_HttpType. This variable is found in all forms of messaging used by the application. It is used to build links to the tickets within your system. Another effect of keeping 'HttpType' set to 'https' is that the session management cookie will only be set for secure connections.</Description>
<Navigation>Frontend::Base</Navigation>
<Value>
<Item ValueType="Select" SelectedID="https">
Expand Down

0 comments on commit 6eef633

Please sign in to comment.