At 06:16 01/14/2004, you wrote:
For some reason I got the impression that local vars persisted by session rather than by script. The documentation implies a per-script scope (except includes), and a quick modification of the example database (using 2003.2) confirms that the scope is per script. Am I wrong, or is the scope supposed to be per session?

cheers
Lisa

Hi Lisa,

The behavior of local variables is as documented. If you need variables to persist for the session put them into the Session collection.

Brad Perkins




Reply via email to