You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dan Poirier <po...@pobox.com> on 2009/05/21 14:07:25 UTC

Re: svn commit: r777042 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/cache_storage.c modules/cache/mod_cache.c modules/cache/mod_cache.h

Suggestion:

Index: docs/manual/mod/mod_cache.xml
===================================================================
--- docs/manual/mod/mod_cache.xml	(revision 777086)
+++ docs/manual/mod/mod_cache.xml	(working copy)
@@ -414,6 +414,8 @@
     an entity in the cache, such that cachable resources are not stored separately for
     each session.
     </p>
+    <p><code>CacheIgnoreURLSessionIdentifiers None</code> clears the list of ignored
+    identifiers.  Otherwise, each identifier is added to the list.</p>
 
     <example><title>Example 1</title>
       CacheIgnoreURLSessionIdentifiers jsessionid



-- 
Dan Poirier <po...@pobox.com>

Re: svn commit: r777042 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/cache_storage.c modules/cache/mod_cache.c modules/cache/mod_cache.h

Posted by "Plüm, Rüdiger, VF-Group" <ru...@vodafone.com>.
 

> -----Ursprüngliche Nachricht-----
> Von: Dan Poirier 
> Gesendet: Donnerstag, 21. Mai 2009 14:07
> An: dev@httpd.apache.org
> Betreff: Re: svn commit: r777042 - in /httpd/httpd/trunk: 
> CHANGES docs/manual/mod/mod_cache.xml 
> modules/cache/cache_storage.c modules/cache/mod_cache.c 
> modules/cache/mod_cache.h
> 
> Suggestion:
> 
> Index: docs/manual/mod/mod_cache.xml
> ===================================================================
> --- docs/manual/mod/mod_cache.xml	(revision 777086)
> +++ docs/manual/mod/mod_cache.xml	(working copy)
> @@ -414,6 +414,8 @@
>      an entity in the cache, such that cachable resources are 
> not stored separately for
>      each session.
>      </p>
> +    <p><code>CacheIgnoreURLSessionIdentifiers None</code> 
> clears the list of ignored
> +    identifiers.  Otherwise, each identifier is added to the 
> list.</p>
>  
>      <example><title>Example 1</title>
>        CacheIgnoreURLSessionIdentifiers jsessionid
> 

Thanks for the proposal. Committed in r777091.

Regards

Rüdiger