I have a very small Intranet only site that sends out some type of notification to predefined users. Because any user accessing my site has already authenticated on the domain, I don't want to require them to have to login again.
However, I need to add to the notification ticket/entry who sent it out. Thus, I would like to somehow behind the scenes grab the variable "USERNAME" from the client. I'm not sure if this is possible or not, but I know some monk somewhere has had a similar issue. Thanks in advance.