Changeset 10739
- Timestamp:
- 08/07/08 12:31:06 (1 year ago)
- Files:
-
- branches/1.0/lib/util/sfBrowser.class.php (modified) (1 diff)
- branches/1.1/lib/util/sfBrowser.class.php (modified) (1 diff)
- branches/1.2/lib/util/sfBrowser.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/util/sfBrowser.class.php
r10618 r10739 519 519 protected function newSession() 520 520 { 521 $ _SERVER['session_id'] = md5(uniqid(rand(), true));521 $this->defaultServerArray['session_id'] = $_SERVER['session_id'] = md5(uniqid(rand(), true)); 522 522 } 523 523 } branches/1.1/lib/util/sfBrowser.class.php
r10619 r10739 777 777 protected function newSession() 778 778 { 779 $ _SERVER['session_id'] = md5(uniqid(rand(), true));779 $this->defaultServerArray['session_id'] = $_SERVER['session_id'] = md5(uniqid(rand(), true)); 780 780 } 781 781 branches/1.2/lib/util/sfBrowser.class.php
r10628 r10739 776 776 protected function newSession() 777 777 { 778 $ _SERVER['session_id'] = md5(uniqid(rand(), true));778 $this->defaultServerArray['session_id'] = $_SERVER['session_id'] = md5(uniqid(rand(), true)); 779 779 } 780 780

