Assuming I am not running server side scripting of any kind, how can I set and get a cookie from within VBA code?
Assuming I am not running server side scripting of any kind, how can I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I saw a posting about this that might help for setting the cookie:
link text
Here is his code snippet:
Not sure about getting the cookie – one of the main posters mentions that XmlHttp strips out cookies for security reasons.
Hope that might get you started!