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.