Are you using any user scopr variables in the session_timeout.taf?
All the user variables are gone by the time the VTT is sent.

-----Original Message-----
From: Dave Machin [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 19, 2003 6:46 PM
To: [EMAIL PROTECTED]
Subject: Re: Witango-Talk: Trigger events on end of user session


OK, there must be something obvious I'm missing here.  I can't get this
to work.

I have the following assignment when the user logs in:
<@ASSIGN user$variableTimeoutTrigger
"http://192.168.0.2/ebay/session_timeout.taf?_Reference=<@USERREFERENCE>
">

After that, I can see the user$variableTimeoutTrigger variable has the
following value:
http://192.168.0.2/ebay/session_timeout.taf?_Reference=83B1D609711E984D3
E541
4A9

When I copy that URL into the browser the records are deleted as
expected. But when the variables time out (which I can see happen in the
log file) the URL is not executed.  What am I doing wrong?

----- Original Message -----
From: "David Green" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 11:28 AM
Subject: Re: Witango-Talk: Trigger events on end of user session


> 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
>
>


________________________________________________________________________
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