I am assigning application variables. THey persist for a while, even between browser sessions, but after 45(?) minutes or so, it seems like the variable is still there but has no value. For ex.,
response.write("*"+application("testav(1)")+"*") will return the first thing in an array testav, *2*, but later it will just show up as **.
What can cause this?
response.write("*"+application("testav(1)")+"*") will return the first thing in an array testav, *2*, but later it will just show up as **.
What can cause this?