We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a36270 commit 4cd4018Copy full SHA for 4cd4018
apps/updateserver/services/legacy/Jira.cfc
@@ -4,7 +4,7 @@
4
component {
5
6
variables.prefix="a2";
7
- variables.maxInactiveInterval=getPageContext().getRequest().getSession(true).getMaxInactiveInterval();
+ variables.maxInactiveInterval=getPageContext().getRequest().getSession(true).getMaxInactiveInterval()?: 3600;
8
/*static {
9
static.prefix="a2";
10
static.maxInactiveInterval=getPageContext().getRequest().getSession(true).getMaxInactiveInterval();
0 commit comments