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 ?