And, Shane, if you really want a "domain" scope variable, not a "custom" scope variable, you can make it not timeout by using the variableTimeout configuration variable in that scope:
<@ASSIGN NAME="variableTimeout" VALUE="0" SCOPE="domain"> On Mon, Mar 3, 2008 at 6:48 PM, Bill Downall <[EMAIL PROTECTED]> wrote: > Shane, > > Those variables can even survive a server restart, so be sure you have a > TAF or TML that is easy to run to rebuild those variables. > > If your custom scope is named "shane", then: > > <@! prevent variable timeout> > <@ASSIGN NAME="variableTimeout" VALUE="0" SCOPE="shane"> > > > Bill > > On Mon, Mar 3, 2008 at 6:32 PM, Shane Pearlman <[EMAIL PROTECTED]> > wrote: > > > I want to set up a domain wide variable that persist onto eternity (or > > the server gets restarted) - how do I define a domain wide custom > > scope in that manner? > > > > -S > > > > Shane Pearlman > > Shane & Peter Inc. > > 831.345.7033 > > > > > > ________________________________________________________________________ > > TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > > > > ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
