Umm... then, you could serialize the session to JSON, if the objects are suitable for that serialization.
Distributed session using memcached uses that approach http://code.google.com/p/memcached-session-manager/wiki/SerializationStrategies I don't know the "state of art" in Java to JSON serialization. Some resources http://www.javaplex.com/blog/java-json-libraries-for-serialization-deserialization-of-java-objects/ On Wed, Dec 12, 2012 at 6:13 AM, ayaz ali <[email protected]> wrote: > its an httpsession > > -- > 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 > -- 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
