diff options
-rw-r--r-- | server/src/com/vaadin/server/VaadinServlet.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/server/src/com/vaadin/server/VaadinServlet.java b/server/src/com/vaadin/server/VaadinServlet.java index 4fde870f74..11a7439c66 100644 --- a/server/src/com/vaadin/server/VaadinServlet.java +++ b/server/src/com/vaadin/server/VaadinServlet.java @@ -709,12 +709,6 @@ public class VaadinServlet extends HttpServlet implements Constants { ci.getCommunicationErrorCaption(), ci.getCommunicationErrorMessage(), INVALID_SECURITY_KEY_MSG, ci.getCommunicationErrorURL()); - /* - * Invalidate session. Portal integration will fail otherwise - * since the session is not created by the portal. - */ - request.getSession().invalidate(); - } else if (requestType == RequestType.HEARTBEAT) { response.sendError(HttpServletResponse.SC_FORBIDDEN, "Forbidden"); |