On Wed, Dec 12, 2012 at 8:39 AM, ayaz ali <[email protected]> wrote: > hello everyone i have made a nodejs chat app with express and io. i want to > integrate it with existing java application which is mode on java spring. > flow will be like that when user login the application i want to get the > session of java in my nodejs to get user online.
Define 'session'? If you mean the server-side state that the JSESSIONID cookie refers to, you'll have to devise some RPC protocol between Spring and node.js for getting that state out of your servlet container. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
