From 9bdc012c6954438cee822cb155d765955fe88443 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 17 Feb 2010 23:54:13 +0000 Subject: [PATCH] Minor corrections to Session Management chapter of ref manual. --- docs/manual/src/docbook/session-mgmt.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/src/docbook/session-mgmt.xml b/docs/manual/src/docbook/session-mgmt.xml index 0344a5f8a4..ba03e1d3e6 100644 --- a/docs/manual/src/docbook/session-mgmt.xml +++ b/docs/manual/src/docbook/session-mgmt.xml @@ -92,13 +92,13 @@ In addition, you will need to add the ConcurrentSessionFilter to your FilterChainProxy. The ConcurrentSessionFilter requires two properties, sessionRegistry, which generally points to an - instance of SessionRegistryImpl, and expiredUrl, which + instance of SessionRegistryImpl, and expiredUrl, which points to the page to display when a session has expired. A configuration using the namespace to create the FilterChainProxy and other default beans might look like this: - +