Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Portal portlet, Liferay portal, JBoss portal.
-
ICEsoft Forum Reference:
Description
It appears that, at least in the case of Liferay, that ICEfaces' Ajax communication has an adverse side effect when accessing the session. The Ajax requests generated by ICEfaces currently go directly to our own framework servlets (rather than through the portal container). Because the portal container never sees the Ajax requests, the lastAccessedTime of the session is never updated. The result is that, even though a user may continuously interact with a portlet, the session can timeout after the configured time.
Issue Links
- depends on
-
ICE-2520 ICEfaces Ajax requests should generate ActionRequests in portal environments.
- Closed
Activity
Deryk Sinotte
created issue -
Deryk Sinotte
made changes -
Ken Fyten
made changes -
Summary | Session access in portlets via Ajax does not change lastAccessedTime | Session access in portlets via Ajax does not change portlet session lastAccessedTime |
Environment | Portal portlet | Portal portlet, Liferay portal, JBoss portal. |
Ken Fyten
made changes -
Comment | [ Confirm with JBoss Portal also. ] |
Deryk Sinotte
made changes -
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15811 | Fri Feb 15 10:32:49 MST 2008 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/portlet/PortletExternalContext.java
|
Deryk Sinotte
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.7 [ 10080 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7RC1 [ 10123 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Need to support doing our Ajax communication through the portal container.