Changeset 300 for trunk/trax/vendor/trax/session
- Timestamp:
- 08/05/08 20:32:15 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/session/active_record_store.php
r298 r300 74 74 $session = ($session instanceof ActiveRecordStore) ? $session : $this; 75 75 $session->id = $sess_id; 76 $session->data = $ this->escape($data);76 $session->data = $data; 77 77 $session->client_ip = $this->escape($_SERVER['REMOTE_ADDR']); 78 78 $session->http_user_agent = $this->escape($_SERVER['HTTP_USER_AGENT']);
