Similar Posts

Subscribe
Notify of
18 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Frage2Antwort
2 months ago

You can run a website without cookies, but you have to do without any features that require cookies. That means:

  • No tracking (like Google Analytics)
  • no embedded content like Google Maps, YouTube videos
  • no social media feeds (Instagram, Facebook, X).
  • Payment methods for online shops are usually not feasible without cookies.
  • Logins work, but users have to re-register each time they visit, as the storage of session information is not necessary.

Analysis tools exist without cookies, but often provide insufficient data. They are usually not helpful for modern applications.

With WordPress this is difficult to implement, as many plugins use unnecessary cookies. For a complete cookie-free website, you must test each module, template and plugin and remove everything that cookies apply.

I have already implemented several club websites without cookies – it is not technically a witchcraft.

There is no “open source source text” for this. It’s normal website, you just have to delete/delete what cookies are doing.

geheim007b
2 months ago
Reply to  Frage2Antwort

Logins work, but users have to re-register each time they visit, as the storage of session information is not necessary.

far worse. without session cookie, you should either enter or send your login data again at each page call.

EinAlexander
2 months ago
Reply to  geheim007b

without session cookie

Session cookies are not the subject of the GDPR.

EinAlexander
2 months ago
Reply to  Gerechtigkeit2

These are data operations of larger data services such as google, yahoo, udgl. etc. on whose activity we cannot influence.

Of course you can. By not using these services. You can’t just exculp yourself with a sentence “Can’t I do anything for it…”

EinAlexander
2 months ago

Let’s make it short: show.mir a way to create a cookie with HTML.

EinAlexander
2 months ago

https://wiki.selfhtml.org/wiki/Cookie

Yes, it says that you can only place a cookie with Javascript, PHP or the like, but not with HTML.

But if you know better than me, that’s the way.

EinAlexander
2 months ago

That’s not the way it is.

Yes. That’s it. HTML doesn’t even know cookies.

EinAlexander
2 months ago

, i.e. purely programmed, give a website builder that automatically prevents any cookie technology in the wysiwyg principle and in conformity with the GDPR …

Cookies do not have to be prevented when creating a website. Each website that uses cookies has extra carethat cookies are used.

It’s a bit like saying, “There must be a way to make paper on which no letters have been printed.”

Benutzer1821
2 months ago

As long as you do not want to buy data from others, you do not need cookies.

Frage2Antwort
2 months ago
Reply to  Benutzer1821

Unfortunately, you do not have cookies as soon as you install analytics or map Google Maps on the site.
This has nothing to do with selling data.

geheim007b
2 months ago
Reply to  Benutzer1821

That’s not true at all. Cookies are used for everything possible.

EinAlexander
2 months ago

Creating data protection-compliant website without cookies?

Here is an example:


Meine Webseite

hello world

This is a data protection-compliant, complete and website written in valid HTML5. Without cookies.

Alex

mchawk777
2 months ago
Reply to  EinAlexander

Let me add another already existing for decades Source of knowledge for html link. 😉