Sessions and associations

I just switched an app to edge rails, and I noticed that now when I
use, say, session[:user].clients, the clients association gets stored
in the session… is this the expected behavior?

/Jeff