it depends on how java session is implemented. is it persisted in a db? then you just have to read the session-id cookie in node and fetch it from db. if its in-memory stored in java, then you have to implement a rpc/rest interface in java, which profides the session data as json to your node application. if it's pure cookie/localstorage based, thans just read them.
Am Mittwoch, 12. Dezember 2012 10:00:05 UTC+1 schrieb ayaz ali: > > i need the complete session object which is created after login. it may > contain any thing any solution please -- 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
