diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml
index a0af49215d..36a4151766 100644
--- a/doc/docbook/acegi.xml
+++ b/doc/docbook/acegi.xml
@@ -26,7 +26,7 @@
Reference Documentation
- 1.0.0
+ 1.0.2
@@ -1790,9 +1790,11 @@ if (obj instanceof UserDetails) {
In addition, you will need to add the
org.acegisecurity.concurrent.ConcurrentSessionFilter
to your FilterChainProxy. The
- ConcurrentSessionFilter requires only one property,
+ ConcurrentSessionFilter requires two properties,
sessionRegistry, which generally points to an
- instance of SessionRegistryImpl.
+ instance of SessionRegistryImpl, and
+ expiredUrl, which points to the page to display
+ when a session has expired.
The web.xml
HttpSessionEventPublisher causes an