Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

How do you track web sessions?

This can be done via the webapp management UI as it show all the active sessions. 

Under what instances are web sessions terminated?

Sessions are terminated when the session is inactive for the specified session expiry time. Sessions can also be explicitly terminated using the management console. Please note that the UI based session termination is not compatible in a clustered setup. The sessions will be terminated only on the node from which the UI was loaded. 

How to configure GZip encoding in AS?

GZip can be configured using the AS_HOME/repository/conf/ tomcat/catalina-server.xml file. This file is equivalent to the server.xml file in Apache Tomcat. The GZip can be configured for each connector in the catalina server. The important attributes of the catalina server that should be configured are compression, compressionMinSize, compressableMimeType, and noCompressionUserAgents. Go to  https://docs.wso2.org/display/AS521/Configuring+catalina-server.xml  for more details of these attributes.

How can I get the <AS_HOME>/tmp directory cleared?

...

You can disable weak ciphers as described in the Disable the section on disabling weak ciphers section.