Author Message
MarceloPariggi [Avatar]

Joined: Nov 15, 2013
Messages: 24
Offline
Environment
OD 06.00.13.01
Tomcat 6
Java 7

Hi, I'm call an External application (placed on a different Tomcat) using VXML servlet.

How can I pass session information (ANI, DNIS, etc) to the External Application?

Both applications are OD modules.

Thanks so much!
Marcelo.
MarceloPariggi [Avatar]

Joined: Nov 15, 2013
Messages: 24
Offline
Hi all,

I have made and tested an OD application called TestLauncher, and also I have created a Confluence page explaining all the details

https://confluence.forge.avaya.com/display/SURVEY/Calling+External+Application+using+VXML


I just wanted to know if some of you have worked with this, specially binding sessions.
I’m wondering if this could be a problem in some particular cases.

Thanks so much!
Marcelo.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
There are couple issues here. First, you can not share the OD session if the app is on another app server. 2nd, if you app is a non OD app, you don't have the interface to the OD session object even if the app is running on the same app server.
MarceloPariggi [Avatar]

Joined: Nov 15, 2013
Messages: 24
Offline
Hi Wilson,

Maybe I did not explain properly. The application is working fine, the Launcher and the External application.


There are couple issues here. First, you can not share the OD session if the app is on another app server.

I'm using "___DDSESSIONID="+mySession.getEncodedSessionId() ... to bind the OD Sessions
and also I'm passing all the SCESession fields using i.e. "session___ani="+value

All of this parameters are sending in the URL (src tag)


2nd, if you app is a non OD app, you don't have the interface to the OD session object even if the app is running on the same app server.

The external application IS an OD application.

WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
I see...that should work. All the values you pass in through url parameters should be stored in the app's OD session but that is a separated session, not a shared session per say.
MarceloPariggi [Avatar]

Joined: Nov 15, 2013
Messages: 24
Offline
These are the logs from a call

Launcher Application LOG


14/04/2015 13:37:34:034 INFO - B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : ### externalAppURLWithParams : http://135.105.99.42:9090/SurveyMain/Start?__VPVarAppURL=https%3a%2f%2f135%2e122%2e99%2e112%2faxis%2fservices%2fVPAppRuntimeVars&session___protocolname=H323&session___videofps=unknown&session___sessionid=RHEL632MV-2015104162636-6&session___videocodec=unknown&___DDSESSIONID=B86838DD0E793BCE28F0E2CB69AD4FDE%3A%2FTestLauncher&session___videobitrate=unknown&session___currentlanguage=english&session___protocolversion=1.0&session___channel=30209&session___videonearfmtp=unknown&__VPVarGlobalDate=1389734656795&session___calltag=RHEL632MV-30209-2015104162636&__VPmaxbackuplogfiles=10&__VPappname=MPariggi%5fSurveyAgentService&session___ucid=undefined&__VPloglevel=Info&session___videoformat=unknown&session___vpcalledextension=30209&session___videowidth=unknown&session___videoenabled=unknown&session___videofarfmtp=unknown&session___messageType=speech&session___ani=31008&session___sessionlabel=undefined&session___dnis=33060&session___videoheight=unknown&__VPvpms=135%2e122%2e99%2e112&__VPbreadcrumb=disabled&__VPVarAppDate=0&__VPappvars=%2faxis2%2fservices%2fVPAppVarsService&session___mediatype=unknown&session___sharedmode=shared&session___exitPreferredPath=1&__VPlogname=report&__VPlogpassword=JVZhCAT3nOEmUevAtGJNgv6gHMp2omUQ2sfg4IY7H4s%3d&sagecall=english&__VPapplog=%2faxis2%2fservices%2fVPAppLogService&__VPapploggingurl=https%3a%2f%2f135%2e122%2e99%2e112%2faxis%2fservices%2fVPReport4
14/04/2015 13:37:34:034 DEBUG - B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : *** Reply for [/TestLauncher/LaunchExtAppVXML] ***
14/04/2015 13:37:34:035 DEBUG - B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : 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 Aura Orchestration Designer"/>
3:<meta name="runtime-version" content="06.00.13.01"/>
4:<meta name="runtimecommon-version" content="06.00.13.01"/>
5:<meta name="copyright" content="Copyright (c) 2002-2011, Avaya"/>
6:<form id="LaunchExtAppVXML">
7:<var name="LaunchExtAppVXML___callResultCode"/>
8:<subdialog fetchtimeout="5s" name="LaunchExtAppVXML" src="http://135.105.99.42:9090/SurveyMain/Start?__VPVarAppURL=https%3a%2f%2f135%2e122%2e99%2e112%2faxis%2fservices%2fVPAppRuntimeVars&session___protocolname=H323&session___videofps=unknown&session___sessionid=RHEL632MV-2015104162636-6&session___videocodec=unknown&___DDSESSIONID=B86838DD0E793BCE28F0E2CB69AD4FDE%3A%2FTestLauncher&session___videobitrate=unknown&session___currentlanguage=english&session___protocolversion=1.0&session___channel=30209&session___videonearfmtp=unknown&__VPVarGlobalDate=1389734656795&session___calltag=RHEL632MV-30209-2015104162636&__VPmaxbackuplogfiles=10&__VPappname=MPariggi%5fSurveyAgentService&session___ucid=undefined&__VPloglevel=Info&session___videoformat=unknown&session___vpcalledextension=30209&session___videowidth=unknown&session___videoenabled=unknown&session___videofarfmtp=unknown&session___messageType=speech&session___ani=31008&session___sessionlabel=undefined&session___dnis=33060&session___videoheight=unknown&__VPvpms=135%2e122%2e99%2e112&__VPbreadcrumb=disabled&__VPVarAppDate=0&__VPappvars=%2faxis2%2fservices%2fVPAppVarsService&session___mediatype=unknown&session___sharedmode=shared&session___exitPreferredPath=1&__VPlogname=report&__VPlogpassword=JVZhCAT3nOEmUevAtGJNgv6gHMp2omUQ2sfg4IY7H4s%3d&sagecall=english&__VPapplog=%2faxis2%2fservices%2fVPAppLogService&__VPapploggingurl=https%3a%2f%2f135%2e122%2e99%2e112%2faxis%2fservices%2fVPReport4" method="get">
9:<param name="surveyid" value=""/>
10:<param name="surveyname" value="SurveyTesting"/>
11:<param name="platform" value=""/>
12:<param name="agentid" value=""/>
13:<param name="uui" value=""/>
14:<filled>
15:<assign name="LaunchExtAppVXML___callResultCode" expr="LaunchExtAppVXML.callResultCode"/>
16:</filled>
17:</subdialog>
18:<catch event="error.badfetch">
19:<submit next="LogLauncherBadFetch?___DDSESSIONID=B86838DD0E793BCE28F0E2CB69AD4FDE%3A%2FTestLauncher" method="post" />
20:</catch>
21:<catch event="error.semantic">
22:<submit next="LogLauncherSemantic?___DDSESSIONID=B86838DD0E793BCE28F0E2CB69AD4FDE%3A%2FTestLauncher" method="post" />
23:</catch>
24:<catch event="connection.disconnect">
25:<submit next="LogLauncherDisconnected?___DDSESSIONID=B86838DD0E793BCE28F0E2CB69AD4FDE%3A%2FTestLauncher" method="post" />
26:</catch>
27:<block>
28:<submit next="LogLauncherResult?___DDSESSIONID=B86838DD0E793BCE28F0E2CB69AD4FDE%3A%2FTestLauncher" namelist="LaunchExtAppVXML___callResultCode" method="post"/>
29:</block>
30:</form>
31:</vxml>
32:

14/04/2015 13:37:51:563 INFO - B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Using SCESession B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher servlet : LogLauncherResult
14/04/2015 13:37:51:563 INFO - B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :LaunchExtAppVXML___callResultCode to complex: LaunchExtAppVXML:callResultCode as [SurveyCompleted]
14/04/2015 13:37:51:563 INFO - B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : ### --- TEST LAUNCHER ------------------------------
14/04/2015 13:37:51:563 INFO - B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : ### LOG RESULT <<<SurveyCompleted>>>
14/04/2015 13:37:51:563 INFO - B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : ### ------------------------------------------------
14/04/2015 13:37:51:563 INFO - B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Using SCESession B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher servlet : ExitApp



External Application LOG


[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : SCESession bound to HttpSession 62F6ACDDD7EF8F2574AC92E1378B45BB]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Browser Version 2.1.4, terminationURL enabled : true]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : PlatformParams:getPlatformParams: __VPVarGlobalDate is 1389734656795]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : PlatformParams:getPlatformParams:Timestamp is 01/14/14 18:24:16]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Using SCESession B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher servlet : Start]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : ** Pushed Stack Frame [/SurveyMain]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Creating variable [vdu_cache] from factory [com.avaya.sce.runtime.connectivity.ic.pdc.VDUCacheVariableFactory]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Creating variable [vdu] from factory [com.avaya.sce.runtime.connectivity.ic.pdc.VDUVariableFactory]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPVarAppURL]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___videofps to complex: session:videofps as [unknown]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___protocolname to complex: session:protocolname as [H323]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___sessionid to complex: session:sessionid as [RHEL632MV-2015104162636-6]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___videocodec to complex: session:videocodec as [unknown]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___videobitrate to complex: session:videobitrate as [unknown]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___currentlanguage to complex: session:currentlanguage as [english]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___channel to complex: session:channel as [30209]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___protocolversion to complex: session:protocolversion as [1.0]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___videonearfmtp to complex: session:videonearfmtp as [unknown]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPVarGlobalDate]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___calltag to complex: session:calltag as [RHEL632MV-30209-2015104162636]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,711]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPmaxbackuplogfiles]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPappname]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___ucid to complex: session:ucid as [undefined]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___videoformat to complex: session:videoformat as [unknown]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPloglevel]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___videoenabled to complex: session:videoenabled as [unknown]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___videowidth to complex: session:videowidth as [unknown]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___vpcalledextension to complex: session:vpcalledextension as [30209]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___videofarfmtp to complex: session:videofarfmtp as [unknown]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___ani to complex: session:ani as [31008]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : no variable for complex: session:messageType]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___sessionlabel to complex: session:sessionlabel as [undefined]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___dnis to complex: session:dnis as [33060]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___videoheight to complex: session:videoheight as [unknown]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPvpms]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPbreadcrumb]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPVarAppDate]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___sharedmode to complex: session:sharedmode as [shared]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___mediatype to complex: session:mediatype as [unknown]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPappvars]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[INFO]|[CLASE: SurveyMain.writeln(49)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Storing :session___exitPreferredPath to complex: session:exitPreferredPath as [1]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPlogname]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPlogpassword]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPapplog]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : Not able to save posted variable information [__VPapploggingurl]]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : *** Reply for [/SurveyMain/Start] ***]
[SURVEY-CALLFLOW]|[14 Apr 2015 13:37:38,728]|[DEBUG]|[CLASE: SurveyMain.writeln(40)]|[MENSAJE: B86838DD0E793BCE28F0E2CB69AD4FDE:/TestLauncher : 0:<?xml version="1.0" encoding="UTF-8"?>
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
I am lost. What's your question particularly?
MarceloPariggi [Avatar]

Joined: Nov 15, 2013
Messages: 24
Offline
I’m wondering if this could raise some kind of problem when we bind the Sessions.


This parameter < "___DDSESSIONID="+mySession.getEncodedSessionId() > binds the OD sessions

(External Application) WITH DDSESSIONID
13/04/2015 18:03:19:649 INFO - 94DBD959F344B2EAD9780A630696596C:/TestLauncher : SCESession bound to HttpSession 2F2E6AF2AF8853E360B88AA6355BDA06

(External Application) WITHOUT DDSESSIONID
13/04/2015 18:03:19:649 INFO - 94DBD959F344B2EAD9780A630696596C:/TestLauncher : SCESession bound to HttpSession 94DBD959F344B2EAD9780A630696596C
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Shouldn't be a problem. This means you have a separate OD session in the external app on the separate app server. The OD session just have the same ID as the calling app's session ID. The http session id is always different since this is created by the app server whenever you have a new http session coming to the app server.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Another thing, the log "SCESession bound to HttpSession..." means we bind the OD session to the http session so that whenever the http session ends for whatever reason, the OD session will get the event and ends itself.
MarceloPariggi [Avatar]

Joined: Nov 15, 2013
Messages: 24
Offline
Thanks so much Wilson!
Go to:   
Mobile view