$query = $this->createQuery(); return $query->matching($query->like(\'linker\', \"$linkerKey=$linkerValue\"))
I want to reuse a WebRequest object so that cookies and session would be saved for later request to the server. Below is my code. If i use Post function tw开发者_C百科ice on the second time at