For example...I just deleted by dreamweaver generated folders so that I had no sessions in the bindings then I recreated the sessions (by clicking on the server behaviours and pressing ok...I then went to my projects folder and the _notes folder was recreated....inside this folder is a file without a name so is just an .mno extension. I opened this folder in notepad....and the following was displayed:
<?xml version="1.0" encoding="utf-8" ?>
<info>
<infoitem key="UD_eCartShipCount" value="0" />
<infoitem key="MM_Session_Count" value="2" />
<infoitem key="MM_Session1" value="FormVoucherCode" />
<infoitem key="MM_Session2" value="FormVoucherAmount" />
</info>
I then closed Dreamweaver and loaded the .mno file back into notepad...and then I added an extra infoitem:
<infoitem key="MM_Session3" value="Test" />
and changed the <infoitem key="MM_Session_Count" value="2" /> to <infoitem key="MM_Session_Count" value="3" />
Then loaded Dreamweaver back up and in my binding panel I had Test as a new session :)
So this process could work to save this file into a generic folder in your projects folder for later use with other projects :)
Chris