Session data is encoded in a tag-length-value format and encrypted using
a modified encryption key. A session cookie is then formed by concatenating the
length of the length of the secret, the length of the secret, the secret itself,
and the encoded and encrypted configuration data. The session cookie is transmitted
from a server computer to a client computer, where it is stored.