Hello,
I have a system using the CGI module for leaving 'client-side' cookies.
I'd rather store the details server side and just have a mechanism for identifying the client.
is this possible and how? I can't see how the CGI module does it, the cookies capabilities seem to be client side cookies.
How do you correctly identify a client via some type of session cookie and attach a value / attributes to it and store server side.
The problem being FireFox turns ALL cookies off by default.
I don't want to annoy the website visitor with 'no cookies' messages as the cookie doesn't stop the visitor from fully using the site as intended, but it makes it hard to track the affiliate code / id of the referring link.
i wan't to track the visitor without JavaScript, Cookies or any other type of client side coding.
Thanks, 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
I have a system using the CGI module for leaving 'client-side' cookies.
I'd rather store the details server side and just have a mechanism for identifying the client.
is this possible and how? I can't see how the CGI module does it, the cookies capabilities seem to be client side cookies.
How do you correctly identify a client via some type of session cookie and attach a value / attributes to it and store server side.
The problem being FireFox turns ALL cookies off by default.
I don't want to annoy the website visitor with 'no cookies' messages as the cookie doesn't stop the visitor from fully using the site as intended, but it makes it hard to track the affiliate code / id of the referring link.
i wan't to track the visitor without JavaScript, Cookies or any other type of client side coding.
Thanks, 1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!