My question come because I'm working in high available system and That have struts2 and I want to know if,Is the map of SessionAware interface implemented in Actions is a thread safe object?
any way why?
My question come because I'm working in high available system and That have struts2 and I want to know if,Is the map of SessionAware interface implemented in Actions is a thread safe object?
any way why?
Well, after some tests and read docs struts 2 is an architecture as one instance is create each time that recibe a request, in fact sessionAware interface declare a standar map that we can implements in ours action, and the data is store in that map is send from server to client and client to server and of this manner we can keep session data.