Hi,
I've been having the same exact problem and was unable to reslove it. (I've been busting my brain with this for more than a week... googling and everything...
I'm using PHP 5.2 on Apache 2.2.3 (Win32) on a local server.
Here's my output for the given code snippet:
Code: Select all
re-load page
self: /Tracking/tests/smallTest.php
session_name: PHPSESSID
session_id: 092acbb63d19bd12f65f0272740a9813
coookie_params: array (
'lifetime' => 0,
'path' => '/Tracking/',
'domain' => '127.0.0.1',
'secure' => false,
'httponly' => false,
)
cookies: array (
)
session: array (
'xyz' =>
array (
0 => '17:24:39',
),
)Code: Select all
re-load page
self: /Tracking/tests/smallTest.php
session_name: PHPSESSID
session_id: 7590770554fea239caea7d4d7adddce5
coookie_params: array (
'lifetime' => 0,
'path' => '/Tracking/',
'domain' => '127.0.0.1',
'secure' => false,
'httponly' => false,
)
cookies: array (
)
session: array (
'xyz' =>
array (
0 => '17:24:57',
),
)Any help would be greatly appriciated!
Thanks,
Shahar.