From 5847198c3547a1c75d6b877638c7afd96c27bea8 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 26 Apr 2003 05:11:01 +0000 Subject: [PATCH] Closes bug #22804 (moved phplib.session mention to a migration faq) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124681 c90b9560-bf6c-de11-be94-00142212c4b1 --- faq/migration4.xml | 18 +++++++++++++++++- reference/session/reference.xml | 7 +------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/faq/migration4.xml b/faq/migration4.xml index fa6e266119..29d890aeff 100755 --- a/faq/migration4.xml +++ b/faq/migration4.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 3 to PHP 4 Migrating from PHP 3 to PHP 4 @@ -29,6 +29,22 @@ + + + + + Do sessions work in PHP 3? + + + + + Although native session support + didn't exist in PHP 3, there are third-party applications that did + (and still do) offer session functionality. The most common method + was by using PHPLIB. + + + diff --git a/reference/session/reference.xml b/reference/session/reference.xml index f96ba47ecb..061ceca7ea 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -13,11 +13,6 @@ across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site. - - If you are familiar with the session management of PHPLIB, you - will notice that some concepts are similar to PHP's session - support. - A visitor accessing your web site is assigned an unique id, the so-called session id. This is either stored in a cookie on the