Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
[session_module_root] Where Is it possible settings?
I want to try "Session solution".
But,I can not find the setting place of [session_module_root] in QMC.
I am also very interested in the answer to this question.
may specify this parameter can be here. virtual proxy Settings. But I do not imagine that writing in this line. In what form should the module
Hi TSUTOMU, Alex - I will verify this information for you and have someone respond shortly.
Mike
i think session module root should be like https://<QPS machine name>:4243/session/ and some method from here https://help.qlik.com/sense/en-US/developer/Subsystems/Qlik_Sense_Proxy_Service_API/Content/QPS%20AP...
So if you want to implement you own session module. You should in the session module field of the proxy add the URL to the host that is implementing the REST web API defined in the link in the help above.
So if you implemented the REST API directly under the root on a webserver with SSL running on port 443 you would write
If implemeted on the same machine as the proxy you will need to run it on a separate port.
and can give an example of the module sessions? This web page contains JSON script commands?
So I have added a proof of concept implementation using node.js to Branch
http://branch.qlik.com/projects/showthread.php?302-Proxy-Session-Module-Proof-of-Concept
Fredrik