Hi developers,
I want to add trex to my automation tool, which is built with django.
In my use, each stlclient is specific to users and I tried to store it to sessions.
However, it failed.
The ways I have tried is json.dumps() and pickle.dumps().
Do you know any other ways for this?
Thanks,
Yufeng.