[
https://issues.apache.org/jira/browse/KYLIN-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644116#comment-17644116
]
ASF subversion and git services commented on KYLIN-5310:
--------------------------------------------------------
Commit 6496e014f0ef0f48b5d66cdb8ab3e6ed8d2830ec in kylin's branch
refs/heads/kylin5 from cli2
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=6496e014f0 ]
[KYLIN-5310] adjust code format
> 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
> Assignee: 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)