Thank you Bruce,
I included the following line in WebHandler procedure:
p_web.site.UploadsPath = 'C:\MyWebsite\web\uploads\'&CLIP(P_Web.GetSessionValue('GLW:UserProfile'))
After the parent call for "SetSessionLevel"
It is correctly after the user logs on, but does not change / update the Uploads Folder.
Files are still being uploaded to the default path?