I am working on an application using Scriptx (version - 7.2.0.36) for printing.
When I call factory.printing.print() method, it accesses web server without setting session ID in HTTP request header and then web server returns new session ID in HTTP response(Set-Cookie) .
So session is different before and after printing using Scriptx factory.printing.print() method.
Please let me know the following;
1. the reason why factory.printing.print() method accesses Web server.
2. the reason why factory.printing.print() method does not set session ID in HTTP request header when it accesses Web server.
(Is there any way to set session ID in HTTP request header?)
Following is my working environment:
Client PC:
IE version: 8
Windows 7 Professional SP1
Web Server:
Windiws Server 2008 Standard Edition SP2
Internet Information Server 7.0
Thanks,
Izumi.