RE: Is this normal session.sessionid behavior?

2003-09-18 Thread Dave Wilson
-Original Message- > From: Mike Townend [mailto:[EMAIL PROTECTED] > Sent: 18 September 2003 14:02 > To: CF-Talk > Subject: RE: Is this normal session.sessionid behavior? > > > Don't StructClear on Application or Session scopes. It kills > keys tha

RE: Is this normal session.sessionid behavior?

2003-09-18 Thread Mike Townend
Don't StructClear on Application or Session scopes. It kills keys that wont be recreated :( do something like... Temp = StructNew(); if (StructKeyExists(Session, "CFID")) Temp.CFID = Session.CFID; if (StructKeyExists