Yes Dave, variableTimeoutTrigger does this.  You will need to create a
small application like session_timeout.taf that deletes the record from
the table.  Then when the user logs in, assign a user scope variable
similar to this:

<@ASSIGN user$variableTimeoutTrigger
"http://127.0.0.1/session_timeout.taf?_Reference=<@USERREFERENCE>">

Once the session times out, the server will execute this app and pass to
it the user that just timed out's UserReference as a SEARCHARG named
"_Reference".

Good luck!

Dave

> Dave Machin wrote:
> 
> Is there a way to trigger an event when a user's session is closed or
> expires?  I need to clean entries out of a database table that are
> only useful for a given session.  Can VariableTimeOutTrigger do this?
> I need to know the userreference values of the expired sessions.
> 
> Dave Machin
> 
> 
> ________________________________________________________________________
> TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
>                 with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to