Up until now I’ve been setting a few global variables that my application requires in the onapplicationstart file. However, I have a few variables that will change based on some URL parameters that are passed from various links/actions. Where would be the ideal to place these variables? My understanding is that the onapplicationstart won’t refresh itself unless reload=true, hence the need to place some of these variables I’ve mentioned above in a file that will get processed each time before an action is taken.
Thanks
Marco