Re: Secure pages

From: Grant <grant(at)conprojan(dot)com(dot)au>
To: Paul Joseph McGee <mcgee(at)student(dot)cs(dot)ucc(dot)ie>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Secure pages
Date: 2001-03-13 22:23:26
Message-ID: Pine.LNX.4.21.0103140821440.19081-100000@webster.conprojan.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

> Hi everybody,
> i have a user login authentication sysytem on my machine here where users
> may view pages but to do other things the user must login. the login
> scripts seem to work ok and are based on a "Secure Authentication System"
> from www.phpbuilder.com. Basically the page where i want people to arrive
> at upon logging in is at present viewable by anyone who puts the proper
> url into their browser. how do i keep this and other pages secure from
> people who havent logged in?
> Thanks,
> Paul

Create a session. If (!(isset($session))) then redirect to login.php or your authentication file.

In response to

  • Secure pages at 2001-03-13 17:20:57 from Paul Joseph McGee

Browse pgsql-php by date

  From Date Subject
Next Message Chris 2001-03-13 22:32:06 RE: Re: Re: Secure pages
Previous Message Christian Marschalek 2001-03-13 22:23:10 RE: Re: Re: Secure pages