Hello, In mod_gnutls, I have support for a distributed session cache via memcached. This means I could have mod_gnutls running on a PPC, sharing the SSL Session cache with an x86 machine. Is the session data stored in a format that can be shared between different architectures safely? (eg Big and Little Endian) Thanks, -Paul