[
https://issues.apache.org/jira/browse/MYFACES-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619573#action_12619573
]
Simon Kitching commented on MYFACES-1791:
-----------------------------------------
Please don't close as invalid.
I agree that to solve this 100% for server-side state-saving, we would need
some way of identifying different windows. And there simply *is* no way to do
this with the current http standard.
However It would be nice to provide some kind of hook so that *if* an
application can tell its windows apart in some way, then the myfaces
server-side state management will try to avoid stomping on entries that are
marked as in use for "other windows".
Of course using client-side-state solves this problem completely...
This issue *is* marked as "improvement" which is correct..
> state management and multiple frames
> -------------------------------------
>
> Key: MYFACES-1791
> URL: https://issues.apache.org/jira/browse/MYFACES-1791
> Project: MyFaces Core
> Issue Type: Improvement
> Components: General
> Affects Versions: 1.1.5, 1.1.6-SNAPSHOT, 1.2.0, 1.2.2-SNAPSHOT
> Reporter: Nicu Mercioiu
> Assignee: Leonardo Uribe
>
> There is a problem in JSF when more than one window are opened in an
> application. There are only a maximum number of NUMBER_OF_VIEWS_IN_SESSION
> view states saved at one moment (when server side state saving is enabled).
> If 2 windows are opened and you navigate on one of them for
> NUMBER_OF_VIEWS_IN_SESSION times, you will lose the other window's state.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.