On Thursday, September 27, 2012 1:27:42 PM UTC-4, MichaelF wrote: > > By 'cache' do you mean a session variable (or several)? Wouldn't that work? >
If the stored values are specific to a given user/session, then yes, the session would be the right place. If they are general values that don't depend on the specific session, then the cache would be more appropriate. Anthony --

