Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cookies 1

Status
Not open for further replies.

lwfg

Programmer
Joined
Feb 9, 2009
Messages
52
Location
US
Making the initial value of a cookie with ColdFusion and it looks like cftoken=111;cfid=111;zzz=1 when displayed in JavaScript with alert(document.cookie). When the zzz part of the cookie is incremted by JavaScript, it looks like zzz=2;cftoken=111;cfid=111;zzz=1 etc.

Will the cookie always look like that in any version of IE ?
 
Hi

Then you have two cookies with the same zzz name, but probably different path. In that case, will look similarly in every browser ( however the order may vary ).

Feherke.
 
Thanks. Will try to find them. Maybe don't need to set one from ColdFusion in first place.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top