This topic is locked

Setting of Session Name in PHPR GUI

5/5/2019 11:52:51 AM
Suggestions
A
acpan author

Currently we need to edit the dbcommon.php file to manually set the sesson name for different projects in the same domain as follows:
// isolate sessions for projects running on the same site

// @session_name(str_replace(" ", "", "s1557062868"));

@session_name("myapp1234");
It will be handy to set it in the PHPRunner GUI settings for each project.
Thanks.