mrjoes / tornadio2

Python socket.io server implementation on top of Tornado framework
Other
523 stars 118 forks source link

Authentication #54

Closed mrgzg1 closed 11 years ago

mrgzg1 commented 12 years ago

So I store a secure cookie upon verifying the user. When connecting to multiplexed socked connection the cookies are not passed, just an empty cookie is passed. Is there anyway you would suggest to access the cookie or the connectioninfo object of the 'root' socket since that gets the cookie? Also have you had any success in passing the application instance, that would solve all the difficulties I have been running into.