On Thu, Nov 15, 2012 at 10:28 AM, Mark Struberg <[email protected]> wrote: > b.) candidate 1: CounterKeyFactory. If we like to prevent reboot clashes then > we might add another int which contains a random value. Think about having a > Server with a single page right now. Click on it a few times, then restart > myfaces and issue a few requests to the same page and go back in your browser > history. Proposal: instead of the viewId we should add a random number.
I was wondering about this as well at first. But isn't this counter per session? So when the server restarts, a new session would be created and there wouldn't be a problem. I guess I should have asked to make sure.
