Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Anything akin to the ASP Session on which to store data?
Mike_Fitzsimmons_(nara01admin_-_(deleted))
I am looking for a way to save the results of a query across pages (request handlers or actions). Since the user will only decide later whether to save the results, there is no active web node while this is happening. We're new to LiveLink and we're wondering whether there is something like an Active Server Pages Session variable to "hold" data on the server side across page requests.
Find more posts tagged with
Comments
Alex_Kowalenko_(akowalen_(Delete)_2285456)
Consider using a database cache. Refer to the $LLIAPI.CacheUtil object in the Livelink Builder for documentation and methods. Note that database cache data is preserved between Livelink server restarts.Refer to LLIAPI.AttrData.SaveToCache, .UpdateCache, and .NewFromCache for examples of how the attribute methods use this database cache.