On my main site, all the pages are heavily cached. (They are normally generated from a database but rarely change so I just serve the exact same HTML to every visitor.) For some minor user-interaction in the past I used Javascript to set/retrieve a preference cookie.
My question is, can I do something similar with Q2A? It looks like the qa_session cookie contains my username but has some other characters after it. What is the format?
Note, I really just need to check the username and display some links, which will go to special Q2A pages (for proper security). Kind of like when Amazon recognizes you but makes you login when you actually need to buy something.