use structDelete(session, "myVar") to delete the variable. Null (if it even exists) would still cause structKeyExists to return true, so that's not what you want, even if it were possible.
cheers, barneyb On 6/6/05, Daniel Kessler <[EMAIL PROTECTED]> wrote: > I need to make a variable null, because it's tested for with > structKeyExists(session,'myVar') and I need that to fail in certain > conditions. > > Sorry for the simple question but I went to Reserved Words and null > is in there but it doesn't seem to work in my code: > <cfset session.session.return_url = NULL> > > I know I can set it to empty quotes, but I'd rather it not be there. > > -- > Daniel Kessler -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 50 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:208723 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

