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!

Netscape error on client variables 1

Status
Not open for further replies.

Lotruth

Programmer
Joined
May 2, 2001
Messages
133
Location
US
Sorry guys. I am sure this has come up before, but I cant find it anywhere.

I am using client variables in CF. They work fine with IE, but Netscape cant seem to read them. Thanks for your help.
 
Hey Lotruth,

Client variables depend on the browser sending a valid cfid/cftoken pair via cookies. I would check to make sure that NS has cookies enabled as that's about the extent of the browser's involvment with client variables. If the browser has cookies enabled and it still doesn't work, you might want to clear out all the cookies by removing the cookies.txt file and have it generate new ones as it's possible (but very unlikely) that they've become corrupt. This will of course delete all cookies for other sites so make sure you really are ok with this before removing the cookies file.

Good luck,
GJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top