A matrix is positive semidefinite (PSD) if it's symmetric and all its eigenvalues are non-negative. There are many other equivalent definitions.
Suppose $A$, $B$ are two PSD matrices. $AB$ is PSD if and only if $AB$ is symmetric. This is well-known.
This can be extended to the product of three PSD matrices: Is the product of $3$ positive semidefinite matrices positive semidefinite?
However, it fails for products of four matrices and greater: If the product of $n$ positive definite matrices is symmetric, is it also positive definite?
Suppose I have $n$ PSD matrices $A_1, A_2, \dots, A_n$ and suppose the product $A_1 A_2 \dotsb A_n$ is symmetric. Is there any non-trivial condition on the $A_i$ or on the product that guarantees that the product is PSD?