I tried to use servletcontext to store global data which can be used across components /requests/sessions.
The data is getting lost when used inside servlet, but when I used the Jspcontext in JSP, it worked.
I am looking for any API to hold the data as long as the instance is up.
I wanted to read data from JCR and made available to all the components so they dont have to read again.
Thanks for your help.
venkat
Views
Replies
Total Likes
So you want to store data in the HTTP session of that user?
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies