> Before the above commit it ran the user-level init before connecting to > the session manager as well; it was done inside the let statement but > before connecting. The only difference that the commit made that I can > see is that it changed when the session-id and session-prefix variables > were set relative to the user init. > > It makes sense to me to do the user init before loading the session in > case something in the user init changes behavior in a way that impacts > loading the session. I don't know exactly what that would be, but that > doesn't mean there isn't something. So my thought is that we simply > revert the above commit, so long as whatever the original reason for the > change was it no longer applies. >
Done.
