send info with every request

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I need to create something that is similar to "sessions" in remoting... I
have a login funciton and a logout one but I need to remember who is who..
what is the best way to do this? I thought creating a session id and then
attaching it somehow to each message call would do this, but how would I
make it so every request of the remoting server would get this information?
I dont want to have to put parameters on every object , was thinking more at
the message level or something... any ideas? thanks!


.