For creating a toolbar that differs per user you can use the user code parameter
ASP.Netcontrol.usercode = "user1"
WindowsForms/ActiveXcontrol.customtoolbarcode = "user1"
ASP,JSP,PHPpinEdit.html?uc=user1This code (any string) is passed to the toolbar and can be read in config_toolbar.js with method
var code = editGetUserCode();