Domino Session Problem

I was trying this code on a calling AL's On Start of Cycle Hook

session = createDominoSession(); java.lang.System.getProperties().setProperty("dominosession",session);

and from the called AL's script I try to access the dominosession property using the following code

dominosession = java.lang.System.getProperties().getProperty("dominosession");

As per your suggestion I tried using put() and get() and I get a null value when I try to retrieve using

dominosession = java.lang.System.getProperties().get("dominosession");

Appreciate your suggestion.

-- RevathiArunachalam - 24 May 2006
Topic revision: r1 - 24 May 2006, AndrewFindlay - This page was cached on 05 Aug 2023 - 13:55.

This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TDI Users? Send feedback