You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Matt Pavlovich (Jira)" <ji...@apache.org> on 2020/11/16 18:49:00 UTC

[jira] [Comment Edited] (AMQ-8047) Expire user session in ActiveMQ Classic Web Console

    [ https://issues.apache.org/jira/browse/AMQ-8047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232995#comment-17232995 ] 

Matt Pavlovich edited comment on AMQ-8047 at 11/16/20, 6:48 PM:
----------------------------------------------------------------

Are you not seeing any timeout of web sessions?

The default session-timeout appears to be set to 30min

ref: https://github.com/apache/activemq/blob/master/activemq-web-console/src/main/webapp/WEB-INF/web.xml#L158
{noformat}
<session-config>
    <session-timeout>30</session-timeout>
    <cookie-config>
      <http-only>true</http-only>
    </cookie-config>
  </session-config>
{noformat}


was (Author: mattrpav):
Are you not seeing any timeouts?

The default session-timeout appears to be set to 30min

ref: https://github.com/apache/activemq/blob/master/activemq-web-console/src/main/webapp/WEB-INF/web.xml#L158
{noformat}
<session-config>
    <session-timeout>30</session-timeout>
    <cookie-config>
      <http-only>true</http-only>
    </cookie-config>
  </session-config>
{noformat}

> Expire user session in ActiveMQ Classic Web Console
> ---------------------------------------------------
>
>                 Key: AMQ-8047
>                 URL: https://issues.apache.org/jira/browse/AMQ-8047
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: 5.16.0
>         Environment: Production
>            Reporter: Steven Quintero
>            Priority: Major
>              Labels: features, security
>
> 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
>  
> Regards



--
This message was sent by Atlassian Jira
(v8.3.4#803005)