Socket Sessions For Persistent Connections

Posted by Olaseni on Stack Overflow See other posts from Stack Overflow or by Olaseni
Published on 2010-03-25T20:03:46Z Indexed on 2010/03/25 20:23 UTC
Read the original article Hit count: 320

I am developing a socket server where a client will be bound after being authenticated similar to SMPP. Is there support for cookies in this regard? How do you maintain a session for socket client that is "logged in"?

© Stack Overflow or respective owner

Related posts about socket-programming

Related posts about sessions