I am currently writing a small website that uses c...
# kweb
s
I am currently writing a small website that uses cookies to identify users. This should be done during the construction of the HTML (i.e. before any javascript runs on the client side). As far as I can see, when reading cookie data via the cookiereceiver, it evaluates javascript, so it is not possible to read cookies during building of the html-page, correct?