how to seriallize session attributes when using clustering at apache tomcat
843838May 15 2007 — edited May 16 2007I'm trying to do a session replication/clustering for my tomcat server,
and it doesnt seems to be working,
and i read from the apache site that mention
All your session attributes must implement java.io.Serializable
but i don't really know how to actually implement it,where to implement?
ppl who know how please help me up....
thanks a lot