Pregunta

in Mule ESB I use Object Store, but variable in Object store is global for all connection on my TCP connection, how do it different from other connection? Like session in PHP?

¿Fue útil?

Solución

Just use a unique Object Store key as an access token you provide to each client. That's what a PHP session does: it provides a token in a cookie or the url and stores session data using that token as a key.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top