A tutorial on the basics of
A collection of 19 tips on
Explains how to set and check
According to the cookie
sessions in PHP.
understanding and using
for cookies using PHP. Also
specification, any cookie
sessions in PHP. Clear
demonstrates a simple way to
set for one domain, must not
explanations and tutorial
read and write data to a
be sent to any other domain.
exercises are provided on
file.
Therefore, if you set a
starting and closing
cookie in your user's
sessions, saving and
browser on one domain, that
retrieving values in
cookie will not be available
sessions, deciding how
on any other domain. This
session IDs to be
tutorial describes a
transferred, deciding where
solution to get around this
to store session files,
issue.
deciding when to expire
session values, etc. Topics
included in this
collections:
What Is a
Session?
How To Turn On the
Session Support?
How To
Save/Retrieve Values to the
Current Session?
What Is a
Session ID?
How To Retrieve
the Session ID of the
Current Session?
What Are
the Options to Transfer
Session IDs?
How Session
IDs Are Transferred on Your
Web Server?
How To Force
the PHP Engine to Use
Cookies to Transfer Session
IDs?
Is It More Secure to
Use Cookies to Transfer
Session IDs?
Where Are the
Session Values Stored?
What
Set the Timeout Period on
Session Values?
How To
Remove Values Saved in the
Current Session?
How To
Tell If a Session Is
New?
What Is
session_register()?
Date: Apr, 19 2005 Date: Jun, 21 2006 Date: Jan, 05 2000 Date: Nov, 30 2000 |
This document describes how
A collection of 23 tips on
Usage of sessions is sortly
A quick introduction to PHP
to customize the session
understanding and managing
explained by using two
sessions and the use of the
handlers in PHP4. It
cookies in PHP. Clear
examples: a hit counter and
most basic session handling
provides examples of how to
explanations and tutorial
a simple password protection
functions.
write a fully functional
exercises are provided on
script.
session handler that works
setting and receiving
with DBM files and one that
cookies, creating and
works with a MySQL database.
removing persistent cookies,
specifying domain and path
to restrict cookies, finding
cookies in cookie files,
cookie limitations:
How To
Send and receive a Cookie to
the Browser?
How To Set a
Persistent Cookie?
How To
Remove a Cookie?
How To
Specify Domain and Path for
a Cookie?
How Cookies Are
Transported from Servers to
Browsers?
How To View
Cookie Header Lines?
Where
Are the Persistent Cookies
Stored on Your
Computer?
How To View the
Content of a Cookie
File?
How Many Cookies Can
You Set?
How Large Can a
Single Cookie Be?
How Are
Cookies Encoded During
Transportation?
How Can
Other Webmaster Steal Your
Cookies?
......
Date: Jun, 06 2000 Date: May, 27 2006 Date: Dec, 09 2002 Date: Jan, 04 2006 |