The topic you're linking talks about the client side. I wanted to be sure, that for the server side that applies too or not.
I know, that the session object is "just" a data storage, but the question remains a bit unclear still :
Can I be sure, that in a multi threaded server only I can have access in my event to "my" session that was given me ? Or could it be that multiple events from the same connection and session are executed simultaneously and use the same session object ?
Sorry for my persistence but I have to make sure, that I start developing in the right direction
Helge