Shared Session: work with Python and XOE together
Shared Session: work with Python and XOE together
Scenario 1:
>>> import xplain
>>> x = xplain.Xsession(url="host:8080",user="myUser", password="myPassword")
>>> x.load_from_session_id("A674FF134333C72CE2ICE1782B8006C")Scenario 2:
Last updated