Skip to content

Commit 4cd4018

Browse files
committed
LDEV-5320 avoid session error
1 parent 6a36270 commit 4cd4018

File tree

1 file changed

+1
-1
lines changed
  • apps/updateserver/services/legacy

1 file changed

+1
-1
lines changed

apps/updateserver/services/legacy/Jira.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
component {
55

66
variables.prefix="a2";
7-
variables.maxInactiveInterval=getPageContext().getRequest().getSession(true).getMaxInactiveInterval();
7+
variables.maxInactiveInterval=getPageContext().getRequest().getSession(true).getMaxInactiveInterval()?: 3600;
88
/*static {
99
static.prefix="a2";
1010
static.maxInactiveInterval=getPageContext().getRequest().getSession(true).getMaxInactiveInterval();

0 commit comments

Comments
 (0)