Hi,
We have a requirement where we are getting variables from database. Since masthead is loaded only once we are accessing the database here and storing data in session variable
httpsession.
I also tried Iportalcomponentsession.
However when I try to retrieve that variables in contentarea ear file it returns me null.If the database paramters are fetched in contentarea ear file , then when ever we go to any tab we are hitting database.this is not required.
Can you let me know how we can achive this?