Author Message
chukiatdenkongpon
Joined: Nov 7, 2013
Messages: 97
Offline
Hi

I have question that What is the meaning "***!!*** Invalidating From Exit Timer" ?

If I face this line in the trace.log, Is it mean the DD app close the session properly and session in Tomcat Server will also close ?

Please give me any suggestion and see the trace.log as detail below:-

22/07/2009 16:47:07 INFO - 23FB5EBD22F9F0E5814AD304D6955467:/Gosoft3 : ***!!*** Setting Exit Timer
22/07/2009 16:47:07 DEBUG - 23FB5EBD22F9F0E5814AD304D6955467:/Gosoft3 : *** Reply for [/Gosoft3/insertloghangup] ***
22/07/2009 16:47:07 DEBUG - 23FB5EBD22F9F0E5814AD304D6955467:/Gosoft3 : 0:<?xml version="1.0" encoding="UTF-8"?>
1:<vxml version="2.1" xmlns="http://www.w3.org/2001/vxml" xml:lang="en-us">
2:<meta name="author" content="Avaya Dialog Designer"/>
3:<meta name="runtime-version" content="04.01.09"/>
4:<meta name="runtimecommon-version" content="04.01.09"/>
5:<meta name="copyright" content="Copyright (c) 2002-2008, Avaya"/>
6:<form id="Exit">
7:<block>
8:<exit/>
9:</block>
10:</form>
11:</vxml>
12:

22/07/2009 16:47:08 INFO - 23FB5EBD22F9F0E5814AD304D6955467:/Gosoft3 : ***!!*** Invalidating From Exit Timer
NeilGoldsmith
Joined: Nov 6, 2013
Messages: 902
Offline
We set a timer that when it expires, we invalidate the session. This is to guard against reentry into the app due to error events and having the session be invalidated too early. When you see this log statement, it just means the session is invalidated after the timer has expired.
chukiatdenkongpon
Joined: Nov 7, 2013
Messages: 97
Offline
Hi Neil,

Thank you for information.

So it's means that if i founds this line, the DD app close session properly, am I right ?

And the session should be also close ?

Note: Sample:
Before exit DD app:
Tomcat Session
DD APP 20 sessions
After exit DD App closed properly:
Tomcat Session
DD APP 19 sessions

Please advise.
NeilGoldsmith
Joined: Nov 6, 2013
Messages: 902
Offline
Correct, after that the sesson should be invalidated.
Go to:   
Mobile view