If a site has php session\'s in place to enforce authentication/authorization to pages on the site which are implemented in php, how does the same logic enforce access to ce
You can try HTTP Authentication with PHP. This article might help.