Hi All,
We have been working on a web application where after login, there are two tabs Home/Admin. When the user clicks on Admin tab, the Admin page appears. The Admin page has a new portlet developed by us and inside it there is a link "Change Home Page Message". The functionality of the link is to simply allow the user to modify the message that will be show on the top of all pages while user is using the web application.
We are setting the message value in session. And while
testing on some machines, the modified message gets displayed in all pages of the application. but on some machine it still shows old message on some
jsp.
As the code is working on some machine, we are not able to understand if this is some browser issue or environmental issue or some settings in
JBOSS.
Please help us asap...
Thanks in Advance!