Hello,
If an user select a items per page from one category page, when use go to other product listing pages it should show the same no of products.
I have tried with cookie storage on a plugin aroundGetlimit() (Toolbar.php) method but it is not working well when the Full Page Cache is enabled. Values are not set or update properly.
$this->_cookieManager->setPublicCookie(
'mycookie',
$value,
$publicCookieMetadata
);
anyone can help on the above requirement?