We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15cb41b + 6e1888c commit 4ba3235Copy full SHA for 4ba3235
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