P
Peter Morris
Hi all
A project I am working on at the moment uses C# Hessian for remote calls. I
was wondering if anyone knows how (if possible) to send additional header
information with each request and read that on the server? My requirement
is to send a session token with each request and have it handled in a
generic way on the server, rather than having it sent as the first parameter
of every method call and expecting the implementor to execute some code with
it.
I visited the C# Hessian forums to ask, but it seems they only get about 1
post per month
A project I am working on at the moment uses C# Hessian for remote calls. I
was wondering if anyone knows how (if possible) to send additional header
information with each request and read that on the server? My requirement
is to send a session token with each request and have it handled in a
generic way on the server, rather than having it sent as the first parameter
of every method call and expecting the implementor to execute some code with
it.
I visited the C# Hessian forums to ask, but it seems they only get about 1
post per month
