Good morning,
my business requirements is to call a custom BSP page every 10 minute from IC web client.
To do that I though in a loop javascript in the hidden view, it is called every 10 minute but the session of IC webclient after the first call was lost as follow.
At the end of the code HiddenView.htm I wrote my custom code where I call with function zcrm003_popupquiz
my custom BSP every 10 minute:
function zpopup() var lhurl = "../custompage/custompage.htm" window.open(lhurl) setTimeout zpopup, 10000
The page will called correctly and i see the page
but it's open also anothere html page with the error:
400 Session timed out - please log in again
--------------------------------------------------------------------------------
Error: -11
Version:
7000
Component: ICM
Date/Time: Mon Jan 16 11:23:06 2012
Module: icxxthr_mt.c
Line: 1705
Server: crmd_CRD_00
Error Tag: {-}
Detail: Session does not exist
after that error I need to ri-logon to continue to use IC web client.
Why the session was terminated?
There is a solution for that?
Thanks
Marc