Le 7/20/12 9:32 AM, Rajiv Kasera a écrit :
Hi,

I ran into a weird problem on my LIVE environment where one session was
shared across multiple sockets. This led to an inconsistent behavior of the
application. Please let me know if this is a valid scenario and how can this
be prevented.

Why would you share a session across many sockets ? When you connect to the server, a socket is opened, and a session is created. This session must be specific to that socket.

You should find another way to share *informations* accross sessions, instead of sharing a session across sockets.

Or there is something missing in the description of your problem...


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to