문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top