···26262727class EncryptedCookieSessionStore {
2828 /* the most amount of data we can store in the cookie (post-encryption) */
2929- static $MAX_COOKIE_LENGTH = 4096;
2929+ public static $MAX_COOKIE_LENGTH = 4096;
30303131 private $cookie_name = "";
3232 private $key = null;