NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: David on March 04, 2020, 04:11:00 AM

Title: Disconnected App - Setting Token in ServerSync Procedure
Post by: David on March 04, 2020, 04:11:00 AM
NT 11.30

The documentation says that "token" is automatically included in the client app ServerSync procedure when sending the data to the server.   When I look at the logs on the server I see that "token" is indeed included without any value.   How do I set the value of Token?  I do not see it as a local variable in the ServerSync procedure and I don't see it as a template option.  I can add "token" to the Custom Fields but then "token" is included twice.

Thank you.
David
Title: Re: Disconnected App - Setting Token in ServerSync Procedure
Post by: Bruce on March 06, 2020, 06:43:10 AM
set the property in ServerSync.
for example
net.token='brucewashere'

cheers
Bruce