I have a perspective project that I want to set some of the custom variables on startup so that I don’t have to make sure that I clear them after each design session. I can’t figure out how to target those variables from a startup script though. I was trying self.session.custom.foo with no luck.
Anyone else know how to do this? Or is there a setting somewhere that sets all session custom variables to null at startup. That would work for me as well.