192,194c192,201 < gpc_clear_cookie( 'project_cookie' ); < gpc_clear_cookie( 'view_all_cookie' ); < gpc_clear_cookie( 'manage_cookie' ); --- > $t_cookie_path = config_get( 'cookie_path' ); > > $t_cookie_name = config_get( 'project_cookie' ); > gpc_clear_cookie( $t_cookie_name, $t_cookie_path ); > > $t_cookie_name = config_get( 'view_all_cookie' ); > gpc_clear_cookie( $t_cookie_name, $t_cookie_path ); > > $t_cookie_name = config_get( 'manage_cookie' ); > gpc_clear_cookie( $t_cookie_name, $t_cookie_path );