Changeset 2240
- Timestamp:
- 03/08/2008 10:29:26 AM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Session/Cookie.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Session/Cookie.php
r2234 r2240 49 49 public function write($id, $data) 50 50 { 51 $data = empty($this->encrypt) ? base64_encode($data) ?$this->encrypt->encode($data);51 $data = empty($this->encrypt) ? base64_encode($data) : $this->encrypt->encode($data); 52 52 53 53 if (strlen($data) > 4048)
