After upgrade to 5.6.2.1 I am getting two issues when I enable the Full page cache (On-In all cases) in Dashboard -> System & Setting -> Cache & speed setting.
Issue #1 : Search Keyword Issue The search uses the keyword of first entered text. If I login in the site, search for a keyword 'vision', it shows result. But If I again type for keyword 'light' it show only the results of first entered keyword 'vision'
Issue #2 : $_GET, $_REQUEST is not working I have written custom module for a form, afer form submit i write header:location with query string. Redirection work properly but I could not get the query string values. I tried both $_GET and _REQUESt methods. It prints only the null values.
Please help me to fix this issue.