I am using below code to set cookie in joomla 2.5 version.
JFactory::getApplication()->input->("ndt_engine_size", $_POST['engine_size'], time() + (86400 * 365));
But when we refresh the page cookie is deleting. Any one know what can be the reason. Thanks in advance.