diff --git a/applications/stomp-chat/src/main/resources/application.properties b/applications/stomp-chat/src/main/resources/application.properties
new file mode 100644
index 00000000..6bef1941
--- /dev/null
+++ b/applications/stomp-chat/src/main/resources/application.properties
@@ -0,0 +1,2 @@
+logging.level.org.springframework.web.socket.sockjs.transport.session=trace
+server.session.timeout=60
diff --git a/applications/stomp-chat/src/main/resources/org/springframework/integration/samples/chat/stomp/server/stomp-server.xml b/applications/stomp-chat/src/main/resources/org/springframework/integration/samples/chat/stomp/server/stomp-server.xml
index 0d5299c9..50a254e9 100644
--- a/applications/stomp-chat/src/main/resources/org/springframework/integration/samples/chat/stomp/server/stomp-server.xml
+++ b/applications/stomp-chat/src/main/resources/org/springframework/integration/samples/chat/stomp/server/stomp-server.xml
@@ -39,7 +39,7 @@
-
+