diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties
index c832d830..992d816d 100755
--- a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties
+++ b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/classes/log4j.properties
@@ -6,5 +6,6 @@ log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] - <%m>%n
# Enable web flow logging
log4j.category.org.springframework.webflow=DEBUG
+log4j.category.org.springframework.faces=DEBUG
log4j.category.org.springframework.binding=DEBUG
log4j.category.org.springframework.transaction=DEBUG
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/web.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/web.xml
index e25c30f6..8018953a 100755
--- a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/web.xml
+++ b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/web.xml
@@ -9,6 +9,12 @@
javax.faces.DEFAULT_SUFFIX
.xhtml
+
+
+
+ javax.faces.STATE_SAVING_METHOD
+ client
+