I know that DreamWeaver stores the username in a session variable after login. What session variable, and how do I access it? Any help would be appreciated.
IIRC it's MM_Username or a close variant. Take a look at the login code and it will list the session variable name there. Once you spot it you can easily change it to any name that would be appropriate.