Trying to port cookie driven user area…..
-
Hi,
I have a regular non-wordpress website that has a cookie driven private user area that I wrote.
I’m trying to port this over to a WordPress based site and I’m wondering if its a simple case of pasting code into WordPress pages.
The user area works on a pretty simple basis – a user logs in, the user details are cross-referenced to a user table, if the user is authenticated, a cookie is issued, if not the user is redirected. Each private page that the user accesses contains code that checks for the login cookie.
Do I need to create custom pages for this?
- The topic ‘Trying to port cookie driven user area…..’ is closed to new replies.