Once my users are logged in, they are redirected to unique log-in pages based on their username. How can I protect these pages so that only users with the matching cookie can view the webpage. This way the content in each portal is safe. This is what I want: Log-in -> User-Redirect -> Check Cookie -> Confirm Cookie? -> Load Webpage - Deny? -> Error Page This way ONLY the specified users can access their webpages. Any ideas? I've already got everything set up, up until the cookie checking.
There are a couple of wp plugins for membership sites, you could find the areas they secure parts of the site and add them into your own. Also, check out some buddypress plugins they have loads of advance functions.... Jay