Re: session weirdness

2006-08-24 Thread Denny Valliant
On 8/24/06, Russ <[EMAIL PROTECTED]> wrote: > > We have a large app, and I'm trying to figure something out about the way > it > works. It does this type of stuff at the beginning of every request > ... I am too thick to understand if Joseph meant yes or no, but from my exp. it's "No", something

Re: session weirdness

2006-08-24 Thread Joseph Lamoree
Here's a pretty good discussion on the reference vs. value topic: http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:35203 That refers to CFMX 6.1, but I think that newer versions behave the same way in this regard. FWIW, I wrote an application to do inspection of the application a

session weirdness

2006-08-24 Thread Russ
We have a large app, and I'm trying to figure something out about the way it works. It does this type of stuff at the beginning of every request And then you can do things like And it seems to persist. I tried finding some code that copies it back into session, but I couldn't f