What is the best way to display specific cookie data on a web page? For example, I want to display an affiliate's ID# that was stored as a cookie. Here's a sample URL (not a real site):
Displaying Cookie data
8
What is the best way to display specific cookie data on a web page?
For example, I want to display an affiliate's ID# that was stored as
a cookie. Here's a sample URL (not a real site):
http://thewebsiteexample.com/members/?member=1234
=======================================
The Cookie is stored with this data:
=======================================
Name: aff
Content: 1234
Domain: .thewebsiteexample.com
Path: /members/
Send for: Any type of connection
Expires: Wednesday, December 02, 2009, 8:01:19 AM
=======================================
On the web page, I simply want to display the '1234' or whatever
the affiliate number happens to be.
Thanks!
For example, I want to display an affiliate's ID# that was stored as
a cookie. Here's a sample URL (not a real site):
http://thewebsiteexample.com/members/?member=1234
=======================================
The Cookie is stored with this data:
=======================================
Name: aff
Content: 1234
Domain: .thewebsiteexample.com
Path: /members/
Send for: Any type of connection
Expires: Wednesday, December 02, 2009, 8:01:19 AM
=======================================
On the web page, I simply want to display the '1234' or whatever
the affiliate number happens to be.
Thanks!
- Dan Liptak
- [ 1 ] Thanks
- Gene Pimentel
- Gene Pimentel
- [1] reply
- Steve Diamond
- [ 1 ] Thanks
- Gene Pimentel
- Gene Pimentel
Next Topics on Trending Feed
-
8