a tiny mvc framework for php using php-activerecord

public static

+1 -1
+1 -1
lib/session_store/encrypted_cookie.php
··· 26 26 27 27 class EncryptedCookieSessionStore { 28 28 /* the most amount of data we can store in the cookie (post-encryption) */ 29 - static $MAX_COOKIE_LENGTH = 4096; 29 + public static $MAX_COOKIE_LENGTH = 4096; 30 30 31 31 private $cookie_name = ""; 32 32 private $key = null;