On Monday, December 8, 2003, at 09:05 AM, Roland Dumas wrote:
I've gotten the trigger to do it's thing (OS X), but I wanted it to save the expiring variables to a file, but they were gone already.
You're doing it wrong.
The idea is that you have written the vars to an array (usually in the domain scope) and when the user vars time out you go over and delete them from the array. That is what the trigger is supposed to be doing for you, telling you when the user has left the building.
If you want to do what you wrote above, you should write the vars to the array and when the timeout triggers you delete them from the array and write them to your file.
Michael Heth Web Information Architect
__________________S E R V E R S M I T H S__________________
http://www.serversmiths.com/
Technology Infrastructure Provider
I N T E R N E T P R E S E N C E S O L U T I O N S
| EWordSmith | LightningSite | Enigma.Engine |
________M A R I N C O U N T Y C A L I F O R N I A________
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
