OK guys... I think I have my Cookie kind of figured out now... 

It seems ASP does not actually store the cookie as complex variables but
instead it's more of a comma delimited format using "&" as the delimiter. 

Anyway now that I figure out that problem I have another... 

I am storing the values in the cookie like this: 
-----------------
<cfset Cookie_Value =
"NeedUpdate=0&Recognition=Support&EntityID=0000000009&AgentName=Neal+Bailey&
Region=XXXX&Rank=80&AgentNumber=%40%4009+">
<cfcookie name="Rsagent2" value="#Cookie_Value#">
------------------


But when I look at the cookie value it looks like this:
------------------
NeedUpdate%3D0%26Recognition%3DSupport%26EntityID%3D0000000009%26AgentName%3
DNeal%2BBailey%26Region%3DXXXX%26Rank%3D80%26AgentNumber%3D%2540%254009%2B
------------------

For some reason its converting the =,&,+ and % characters to another format.
Any idea how I can fix this?

Man what a mess... 

Thanks again..  

Neal Bailey
Internet Marketing Manager

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219473
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to