PHP session_id change in page refresh

Hi,

I am working on a tracking module to track visitor activities such as visited page, in-time, time spent on site.
Every time a new visitor come a new session_id is ctreated.

Suppose i have a site www.abc.com and I place the tracking code on www.123.com.
ex. code

When a visitor visit 123.com, my tracking code executed, start store its information and send to abc.com

Every thing is working fine except IE and Safari. In IE and SAFARI every time page refresh a new session_id is create and create a new instance of visitor and difficult to identify

Please help, what should i do ?

Ive found its generally a good idea to post your code when asking for help. have you declared your <!Doctype>?
check out this for more information—>http://htmlhelp.com/tools/validator/doctype.html

If that doesnt help maybe post your code.

Sponsor our Newsletter | Privacy Policy | Terms of Service