Viewing 1 replies (of 1 total)
  • Typically you would be able to do something like this in your wp-config.php file. I have no idea how the WP Session Manager plugin works and if it would cancel these out.

    Goes above That’s all, blah blah blah

    @ini_set('session.cookie_httponly','On');
    @ini_set('session.cookie_secure','On');
    @ini_set('session.use_only_cookies','On');
    
    /* That's all, stop editing! Happy blogging. */
Viewing 1 replies (of 1 total)
  • The topic ‘Support for httponly and secure flag’ is closed to new replies.