> > If so, if you do session[id].r and r does not exist, the Storage object >> will return None. > > > r does exist, otherwise this condition would fail: elif > r['NodeNav']['frontend']: >
I meant if "r" does not exist within session -- although "r" exists at the top level, there is no session.r defined, is there? Anthony --

