You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Steven Quintero (Jira)" <ji...@apache.org> on 2022/06/13 10:40:00 UTC

[jira] [Created] (AMQ-8630) Expire user session in ActiveMQ Classic Web Console

Steven Quintero created AMQ-8630:
------------------------------------

             Summary: Expire user session in ActiveMQ Classic Web Console
                 Key: AMQ-8630
                 URL: https://issues.apache.org/jira/browse/AMQ-8630
             Project: ActiveMQ
          Issue Type: Bug
          Components: Web Console
    Affects Versions: 5.16.5
         Environment: Production
            Reporter: Steven Quintero
         Attachments: session-timeout activemq.png

Hi there,

It is possible that a user's session expires in the ActiveMQ Classic web console, please indicate the steps to follow.

Otherwise your help with a technical explanation why it couldn't be

 

I have configured in the file /apache-activemq-5.16.5/webapps/admin/WEB-INF/web.xml the following lines

ref: [https://github.com/apache/activemq/blob/master/activemq-web-console/src/main/webapp/WEB-INF/web.xml#L158]
{noformat}
<session-config>
    <session-timeout>2</session-timeout>
</session-config>{noformat}
 

Regards,

Steven



--
This message was sent by Atlassian Jira
(v8.20.7#820007)