]> granicus.if.org Git - apache/commitdiff
* Correctly detect if CacheIgnoreURLSessionIdentifiers is set.
authorRuediger Pluem <rpluem@apache.org>
Mon, 25 May 2009 15:24:47 +0000 (15:24 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 25 May 2009 15:24:47 +0000 (15:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@778439 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/cache_storage.c

index 6ce8ca3746f620b5b308d649cd03861c4a87e98c..08411f9cb10fda47f72573c2200f4b9ced061b12 100644 (file)
@@ -479,7 +479,7 @@ apr_status_t cache_generate_key_default(request_rec *r, apr_pool_t* p,
      */
     path = r->parsed_uri.path;
     querystring = r->parsed_uri.query;
-    if (conf->ignore_session_id_set == CACHE_IGNORE_SESSION_ID_SET) {
+    if (conf->ignore_session_id->nelts) {
         int i;
         char **identifier;