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)
Cache / Session / Request
vixneena
Hi,
I am creating a site-precontroller in which I want to store a JSON object using request/session/cache object . Currenty I am using :
context.getRequest().getSession().setAttribute("xyz",
jsonArray);
and I am retrieving this jsonArray object in a jsp using session object.
I am not sure if this will make my session heavy since jsonArray object is very large.
I want to know if i want to do it using ehCache or context.getRequest().setAttribute("xyz" , jsonArray), will the session object will not become heavy as I have separate jsonArray for different 8 locales.
Find more posts tagged with
Comments
There are no comments yet