SWF-1078 Remove code forcing session creation.

This commit is contained in:
Rossen Stoyanchev
2010-05-06 20:58:35 +00:00
parent e8fc19a3d7
commit 74875b37ab
2 changed files with 5 additions and 5 deletions

View File

@@ -113,8 +113,8 @@ public class AjaxTilesView extends TilesView {
// initialize the session before rendering any fragments. Otherwise views that require the session which has
// not otherwise been initialized will fail to render
request.getSession();
response.flushBuffer();
// request.getSession();
// response.flushBuffer();
for (int i = 0; i < fragmentsToRender.length; i++) {
Attribute attributeToRender = (Attribute) flattenedAttributeMap.get(fragmentsToRender[i]);