Looks like this problem dates back to January '07. Is there a workaround to turn this stupid thing off?
I am running Liferay 4.3.1 on Tomcat 5.5 with Liferay deployed in webapps/ROOT and the 'sample-icefaces-sun-portlet' keeps displaying the "User Session Expired" dialog. The portlet is unusable. I'm using Firefox 2.0.0.7 on OS X 10.4.
I tried the things mentioned on this forum thread (allowing cookies for localhost, restarting the browser, making sure the <listener> entry in web.xml is correct). Still does it.
It seems to be related to class reloading somehow. I added reloadable="true" to the META-INF/context.xml file so Tomcat would reload classes if they change.
If I restart Tomcat, I can use the job app form several times with no problem. I then modified JobApplication.java to change the message that gets displayed (I was doing this just to confirm the class was getting reloaded). About 30 seconds after the recompile, the "User Session Expired" dialog popups up without me doing anything.
Is there some kind of option to disable this thing?
Hope this helps,
Phil
|