Are there any drawbacks to using application variables? I want to minimize the SQL connections on my website to improve performance. I think applicaton variables might be my answer. Is there a problem with creating too many application variables? Right now I have all our product brands in application variables and am now considering saving all product model names in application variables. Could this cause problems? Thanks in advance.