Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
External returns cached value
Rohan_t1
Hi All,
We have a scenario where our LSDS site recieves content from TS 6.7.2 SP1. The LSDS site is integrated with WebLogic portal which has its own custom Login implemented. The value of userid is available in the header which we need to track for our LSDS application.
We wrote an external using
com.interwoven.livesite.runtime.RequestContext and use String [size=2]userid = context.getRequest().getHeader(
[size=2][color=#2a00ff]"userid"
[/color][/size]
);
[/size]
[size=2]
[/size]
[size=2]We get the required values however these values are cached. For eg: If user user1 logs into site and logs off. user2 logs in then but the external still fetches user1.
[/size]
[size=2]
[/size]
[size=2]So looks like there is caching with the LSDS session. Any pointers on how can this be corrected?
[/size]
Find more posts tagged with
Comments
monu1
Hi ,
Try to handle caching in your external and there is one layer of caching provided in LSDS as well , so you can configure it.
Thanks
Rohan_t1
Can you elaborate more on handling caching from external? I am wondering if the use of external( with local scope) is right thing to do.
Just to be clear the issue has nothing to do with the caching of the content nor the cache files processed by LSDS.
By one layer of caching in LSDS..Can you explain it more or refer to the pdf where i can find more information?