php cookies block access to directories

Posted by user342391 on Stack Overflow See other posts from Stack Overflow or by user342391
Published on 2010-05-23T14:49:43Z Indexed on 2010/05/23 14:50 UTC
Read the original article Hit count: 233

Filed under:
|
|
|
|

I have a mysql database of users that can login to my site and view content. I would like to block a couple of directories from certain users. What is the best way to do this.

Currently when a user logs in a cookie is created with their customer id and the customer is is used to display their content.

How would I block entire directories from my users???

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql