[
https://issues.apache.org/jira/browse/KYLIN-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641655#comment-17641655
] ASF GitHub Bot commented on KYLIN-5310: --------------------------------------- sonarcloud[bot] commented on PR #2040: URL: https://github.com/apache/kylin/pull/2040#issuecomment-1333148048 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/dashboard?id=apache_kylin&pullRequest=2040) [](https://sonarcloud.io/project/issues?id=apache_kylin&pullRequest=2040&resolved=false&types=BUG) [](https://sonarcloud.io/project/issues?id=apache_kylin&pullRequest=2040&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_kylin&pullRequest=2040&resolved=false&types=BUG) [](https://sonarcloud.io/project/issues?id=apache_kylin&pullRequest=2040&resolved=false&types=VULNERABILITY) [](https://sonarcloud.io/project/issues?id=apache_kylin&pullRequest=2040&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_kylin&pullRequest=2040&resolved=false&types=VULNERABILITY) [](https://sonarcloud.io/project/security_hotspots?id=apache_kylin&pullRequest=2040&resolved=false&types=SECURITY_HOTSPOT) [](https://sonarcloud.io/project/security_hotspots?id=apache_kylin&pullRequest=2040&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_kylin&pullRequest=2040&resolved=false&types=SECURITY_HOTSPOT) [](https://sonarcloud.io/project/issues?id=apache_kylin&pullRequest=2040&resolved=false&types=CODE_SMELL) [](https://sonarcloud.io/project/issues?id=apache_kylin&pullRequest=2040&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_kylin&pullRequest=2040&resolved=false&types=CODE_SMELL) [](https://sonarcloud.io/component_measures?id=apache_kylin&pullRequest=2040&metric=new_coverage&view=list) [0.0% Coverage](https://sonarcloud.io/component_measures?id=apache_kylin&pullRequest=2040&metric=new_coverage&view=list) [](https://sonarcloud.io/component_measures?id=apache_kylin&pullRequest=2040&metric=new_duplicated_lines_density&view=list) [0.0% Duplication](https://sonarcloud.io/component_measures?id=apache_kylin&pullRequest=2040&metric=new_duplicated_lines_density&view=list) > when session store-type is jdbc or other setting type, the > 'spring.session.timeout' not work > -------------------------------------------------------------------------------------------- > > Key: KYLIN-5310 > URL: https://issues.apache.org/jira/browse/KYLIN-5310 > Project: Kylin > Issue Type: Improvement > Components: Security > Affects Versions: 5.0-alpha > Reporter: Li Can > Priority: Major > Fix For: 5.0-alpha > > Attachments: 1.png, 2.png > > > Even if the user setting 'spring.session.timeout' config in kylin.properties, > the config will not work due to the 'spring.session.strore-type' setting. The > cause is that when you setting the store-type to other type, the default > session will be overrided, then the 'spring.session.timeout' will not work. > So just look at the pic, set 'spring.session.timeout ' to 7200, but from the > jdbc session table, the maxinactiveinterval is still 1800. -- This message was sent by Atlassian Jira (v8.20.10#820010)
