NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on May 08, 2015, 12:19:22 PM

Title: Multi-tab - SetSessionValue - Picture not truly omittable
Post by: CaseyR on May 08, 2015, 12:19:22 PM
Hi, Bruce

Not sure if this is bug or a documentation error, but the picture parameter is not truly omitable when setting a session value with the browser tab.  This code demo's the problem in any of the shipped examples

  p_web.SSV('ExampleName','ExampleValue',  ,'CrossTabID')    !as documented in History

Doesn't compile - no available prototype error

  p_web.SSV('ExampleName2','ExampleValue','','CrossTabID')

Compiles and works fine for my purposes but maybe not for others.
Title: Re: Multi-tab - SetSessionValue - Picture not truly omittable
Post by: Bruce on May 11, 2015, 05:13:54 AM
documentation bug.

  p_web.SSV('ExampleName2','ExampleValue','','CrossTabID')

is the correct form.

Thanks
Bruce