J
Johan Goris
I have made a website (big part copied) and it works with cookies like :
Response.Cookies["ASPNETCommerce_FullName"].Value = blabla ...
This works fine when the browser ,internet option , pravacy is set to low.
But it will not work with the more common settings like "medium."
What do I have to do to let this work with browser with a higher privacy. Or
do you see another possiblity to make my web-site work.
(You have to login to the website and then you can order goods and so on...)
thank you
Response.Cookies["ASPNETCommerce_FullName"].Value = blabla ...
This works fine when the browser ,internet option , pravacy is set to low.
But it will not work with the more common settings like "medium."
What do I have to do to let this work with browser with a higher privacy. Or
do you see another possiblity to make my web-site work.
(You have to login to the website and then you can order goods and so on...)
thank you