In that case, you'd simply check to see if that value exists in the "user-pages" before displaying the relevant content.
Of course, this doesn't address the issue that a malicious user might fabricate his own cookie without actually logging in, so you'd probably want to be able to somehow authenticate data stored in a cookie rather than trusting it came from a legitimate login.