RE: [coldbox:8203] Persisting values in preHandler?

At the point in time that you do redirect, you should be able to persist anything currently in the request collection regardless of how it got there. However, if your preHandler is re-setting it on every request, why do you need to persist it?

~Brad

My (somewhat limited) understanding is that if you don't persist a
value, it isn't available in the view. I just know that from setting
my value -- rc.isLoggedIn, and then dumping rc in the view, it isn't
being set. And I know the login worked because (a) I end up at the
right page, and (b) I dumped my cookie as a test, and it's good.

What am I missing?

Rob

PS: All this is on v2.6.4...