I want to check cookie in umbraco , is it possible or not ?
If yes then how can i set cookie in template and can retrive cookie’s value in template or xslt?
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.
You could use the built in Library to do this:
Add that to your XSLT and you can call the macro from any pages in your site.
Just to complete the answer you would use
to set the value and the above code to get the value.