From e5b0aa685016599bc2dd8eb3a8aa5baa018f831a Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 7 May 2010 02:07:03 +0100 Subject: [PATCH] Typo. --- docs/faq/src/docbook/faq.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/src/docbook/faq.xml b/docs/faq/src/docbook/faq.xml index 655d9fc5d7..e728c51581 100644 --- a/docs/faq/src/docbook/faq.xml +++ b/docs/faq/src/docbook/faq.xml @@ -260,7 +260,7 @@ parameter to URLs (this happens automatically if you are using JSTL to output URLs, or if you call HttpServletResponse.encodeUrl on URLs (before a redirect, for example). If clients have cookies disabled, and you are not rewriting URLs to include the jsessionid, then the - session will be lost. Note that the use of cookues os preferred for security reasons, as it does not expose the session information in + session will be lost. Note that the use of cookies is preferred for security reasons, as it does not expose the session information in the URL.