Hello! I have a problem using Memcached. At first everything went fine but suddenly I found out, that the values I give to Memcached are not there after a page refresh.
I call $oMemcache->set("variable", "value"); und then echo $oMemcache-
>get("variable");
The Output is 'value'. But after a page-refresh the value isn't there
any more but the key is.
Do you know what I do wrong?
Monika
