One of the new great features
This is a short tutorial on
This comprehensive 8-page
This tutorial along with
with PHP4 is the session
how to use the sessions (in
online tutorial explains how
sample code explains how to
management feature. It
PHP4) with a user,
to authenticate and track
make a hardcoded admin
allows you to store
form-based login. This would
users with PHP. Main topics
password gateway using PHP.
variables in a session
be useful for just about any
include: HTTP Authentication
It also covers how to use
'object' during a user
site where you had a
with PHP, Validation Against
.htaccess for server side
visit. This article
"members only"
a Flat File, Authenticate
password protection.
discusses what a session and
area and wanted to validate
Against a Database, Using
a session variable are, and
the users from a database or
Cookies, and Sessions and
what it can do.
anything else. The examples
User Preferences.
used authorize off of a
MySQL database on the same
server.
Date: Jun, 21 2000 Date: Jun, 09 2000 Date: Feb, 03 2000 Date: Jan, 05 2000 |
This three-page online
tutorial/article talks about
managing user session and
authntication using PHPLIB,
a set of PHP classes
designed to make is easier
to develop web based PHP
applications.
Date: Dec, 17 1999 |