Skip to content

Commit 3c198cf

Browse files
author
Jeremy Andrews
committed
Issue #1863996 by Jeremy: cleanup SESSION
1 parent 00d7567 commit 3c198cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/memcache_test.module

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ function memcache_test_get($key) {
107107
* Clear cache using a wildcard.
108108
*/
109109
function memcache_test_wildcard_flush($key) {
110+
$_SESSION['cache_flush'] = array();
110111
cache_clear_all($key, 'MemcacheDrupal', TRUE);
111112
drupal_json_output($key);
112113
}

0 commit comments

Comments
 (0)