hi,
I'm working on a server which uses jetty as an embedded server. i want to incorporate Http Session Replication functionality into it. I tried googling for it, but all i got is how to use this functionality provided by various open source servers like tomact,
jboss etc.
can anybody help me on like what all a server side should do to implement session replication.
Currently I'm aiming at Database level persistence.
any relevant links will also be helpful.