Thursday, March 29, 2012

Setting page variable for time app is open

Is it possible to set a page variable, never to expire, until the application is closed?

Not using sessions because as you know, sessions expire and not using a database.

Thanks all,

Zath

Hi,

Use Application variable:

Application["x"] = SomeValue;

HTH

0 comments:

Post a Comment