Description
When session from nodeA gets replicated to nodeB, store the page being replicated in nodeB diskpagestore immediately, rather then keeping it in nodeB session. This has two benefits
- Back button support when nodeA gets down and the sessions originating from nodeA are served by nodeB
- Much lower memory consumption, as the pages from nodeA don't need to be in session on nodeB (because they are stored on disk)