httponly cookie is not letting me login to wordpress

Solution: 

I believe you should change your PHP .ini to, try this in your wp-config.php file above the “Thats all” comment

@ini_set('session.cookie_httponly','On');
@ini_set('session.cookie_secure','On');
@ini_set('session.use_only_cookies','On');