project BLF > class Session > method GetSecurityCache

Description

Read the result of last previous call of method CheckSecurity of the security business class.
(Check if the parameter values are still the same.)


Parameters


icActivityinputcharacterComma seperated list of activity codes.
ocAvailableoutputcharacterComma seperated list of availablity flags (true/false).
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


unused


program code (program1/session.p)

if icActivity = vcActivityCache
then assign ocAvailable = vcAvailableCache.
else assign ocAvailable = "*":U.