For every positive integer $m$, consider the symmetric group $S_m$. By a full cycle, I mean a permutation $\sigma\in S_m$ which is a single cycle of length $m$. I will say two permutations $\sigma$ and $\tau$ are orthogonal if $\sigma^{-1}\tau$ has no fixed points, or in other words, $\sigma(x)\neq\tau(x)$ for all $x\in\{1,2,\ldots,m\}$. I want to know, for each $m$, what the maximum number of pairwise orthogonal full cycles in $S_m$ is. That is, what is the maximum number $n$ for which there exist $\sigma_1,\sigma_2,\ldots,\sigma_n\in S_m$ such that each $\sigma_i$ is an $m$-cycle and for any distinct $i$ and $j$, $\sigma_i^{-1}\circ\sigma_j$ is fixed-point free?
It is easy to show that $n\leq m-1$ for $m\geq 2$. This is simply because for any $x\in\{1,2,\ldots,m\}$, the assumptions imply $\sigma_1(x),\sigma_2(x),\ldots,\sigma_n(x)$ are distinct and $\{\sigma_1(x),\sigma_2(x),\ldots,\sigma_n(x)\}\subseteq\{1,2,\ldots,m\}\setminus\{x\}$. We can also show that $n=m-1$ if $m$ is prime since then we can take $\sigma_i$ to be the function which adds $i$ modulo $m$, which are all $m$-cycles because $1,2,\ldots,m-1$ are all coprime to $m$ when $m$ is prime. I believe the converse is true too: If $m$ is a composite number, then $n\leq m-2$.
In all of the examples I have checked, $n=m-2$ when $m$ is composite. So I really just want to know if this is true for all composite numbers.