2 Replies Latest reply on Nov 6, 2008 10:31 PM by doubledenim

    Session Management in Jboss Cache?

    doubledenim

      Hi There,

      I'm currently building a web service in jboss that uses ejb3's persistence fairly extensively. The web service itself is stateful, takes a session ID on requests and retrieves the state of the session using ejb3's persistence. This as you can imagine creates a crap load of sql queries and has some serious performance issues. So my thinking is to shift my session state into memory rather than within the db.
      I am wondering if i can/should use jboss cache for this? Am i missunderstanding its use? Or if anyone has any recommendations on how i should approach this issue?

      Regards
      Dan