I have a little question about the possibilities to change authentication on my C # server from the Login \ Password session to PHP. I use PHP, HTML5 and JavaScript as the client side, and the C # server with WebSockets lib as the server. I already have an authorization code, but it only works with login and password.
Well, I have the same authentication code that checks login and password through PHP. But how can I authorize a client on a C # server using WebSockets with a PHP session, instead of the login name and password of the account?
Little rice:

Is it possible? And any piece of code, demo, etc. For him?
source
share