Re: [PHP] limit access to php page
[email protected] (tamouse mailing lists)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAHUC_t-F4181LyJfbkfeH1yMrS8PM-KzU3oq-J=r3AOL9D_apQ@mail.gmail.com> |
On Wed, May 29, 2013 at 6:11 PM, Tim Dunphy <[email protected]> wrote: > Hello list, > > I've created an authentication page (index.php) that logs into an LDAP > server, then points you to a second page that some folks are intended to > use to request apache redirects from the sysadmin group (redirect.php). > > Everything works great so far, except if you pop the full URL of > redirect.php into your browser you can hit the page regardless of the login > process on index.php. > > How can I limit redirect.php so that it can only be reached once you login > via the index page? > > Thank you! > Tim > > -- > GPG me!! > > gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B Read through this page, and the other parts of the Session manual. Hopefully that will help.