I use the same. The way you set a cookie with rickys wrapper is the following: Code (Text): w.CookieValue_SET "index of cookie", "value of cookie" To get it use this: Code (Text): w.CookieValue_GET "index of cookie" I'm not 100% sure how you set the name of the cookie instead of using an index but ill look into it and tell you when I figure it out.