gSession.Lookup vs gSession.Execute

<< Click to Display Table of Contents >>

Navigation:  Forum >

gSession.Lookup vs gSession.Execute

Forum link

 


 

08-15-2022, 07:22 AM:

 

hi everyone

 

After checking SessionList, SessionLookup151 in demo some question arises

 

what is the difference between gSession.Lookup and gSession.Execute

 

it appear that both achieve the same result

 

are they different in session lock mechanism?

 

when should we use each of them?

 

thanks.

 


 

08-17-2022, 05:10 AM:

 

They are exactly the same in the new implementation.

 

From the comments in our code:

 

> "LookUp is just Execute() with another name. Kept to make migration easier."