Forum Moderators: open

Message Too Old, No Replies

get a cookie without knowing the cookie name?

get a cookie without knowing the cookie name?

         

sixabat

2:24 am on May 31, 2006 (gmt 0)

10+ Year Member



Is there a way to obtain all the cookie names that a user currently has and display them?

For example say you have set 3 cookies for this user:

cookie1
cookie2
cookie3

I want the script to be able to say you have the following for our site:

cookie1
cookie2
cookie3

Also, is there a way to do this in flash?

sixabat

2:30 am on May 31, 2006 (gmt 0)

10+ Year Member



a things like "escape(document.cookie)" but in actionscript! not javascript!