vsmserver will run scripts in sessionstartup.d/sessionreconnect.d whenever a users (re)connects. We find those scripts using Python's glob.glob(). It, however, has this note: > Whether or not the results are sorted depends on the file system. The order of files in .d directories are normally respected, so this lack of ordering here could confuse a sysadmin. We really should sort this list of files.