0 Replies Latest reply on Jul 7, 2004 4:54 PM by nickman

    A Way To Prevent Clustered HTTP Session Attribute From Repli

      I am looking for a way to flag objects I bind in to my clustered http sessions so that they are not replicated. (Something like the SFSB isModified() method). I thought about simply defining a container class with a transient collection so when it is serialized, none of the targeted payload is replicated.

      Just wondering if there was a better way,

      Thanks.

      //Nicholas