Learn how to use cookies to
This is a basic sessions
This Article takes you step
Setting and playing around
allow user downloading a
tutorial where the register
by step in creating a member
with cookies is a fun and
file only once. Limit people
globals are switched off.
system for your site. From
useful way to save data on a
from accessing things more
designing mySQL tables,
user's hard drive, and can
than once. Simple comments
creating a registration
successfully store valuable
and explanations.
script and logging them in
information which may be
with sessions and cookies.
helpful the next time they
come to the site. Its fairly
simple to set up, and even
easier to read.
Date: Jun, 12 2005 Date: Aug, 05 2005 Date: May, 22 2006 Date: Mar, 04 2004 |
For those new to web
Code snippet for creating a
This document describes how
Learn how to log users out of
development and 'how things
unique randome ID for cookie
to customize the session
a system after x amount of
work', cookies can be a very
management.
handlers in PHP4. It
minutes of inactivity. This
confusing matter. In this
provides examples of how to
is a great security add-on!
tutorial, Timothy gives you
write a fully functional
an overview of cookies to
session handler that works
help you understand how they
with DBM files and one that
work.
works with a MySQL database.
Date: Apr, 19 2005 Date: Aug, 20 2002 Date: Jun, 06 2000 Date: Jul, 14 2003 |