Commit graph

91 commits

Author SHA1 Message Date
Curt Zirzow
1ab9c006b0 Fixed example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143348 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-29 15:27:43 +00:00
Mehdi Achour
e795233302 reverting as requested by Derick
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143324 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-29 09:29:24 +00:00
Mehdi Achour
91484c047f give the two possibilities, it doesn't harm ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143323 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-29 09:23:20 +00:00
Martin Samesch
2521d19bc8 sorry, hopefully correct correction this time...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143321 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-29 08:52:31 +00:00
Martin Samesch
b212e5cf99 removed repetition (with typo)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143285 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-28 20:45:38 +00:00
foobar
fd153274e4 clarify a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140006 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-10 04:16:02 +00:00
Philip Olson
de3748e109 Added docs from php.ini for session.bug_compat_42 and session.bug_compat_warn
as per doc bug #23465.  This doesn't yet close the bug as this strange issue
needs additional documentation, somewhere.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135351 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-18 06:27:59 +00:00
Hartmut Holzgraefe
25f7ca22c8 a little extra whitespace to enable additional line wrapping if
the long table lines do not fit the screen (bug #24352)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134201 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-04 22:32:25 +00:00
Damien Seguy
d9683ca47c no _ in ini ids
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131970 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-16 17:26:59 +00:00
Philip Olson
feef8ae0ce Link to $_SESSION docs, added &note.registerglobals; entity, and some example comments.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130999 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-11 04:38:52 +00:00
Philip Olson
6a8e299009 Added an example that shows sessions must be started on every page, not just the
first.  Note about E_NOTICE since 4.3.3 if session started when session already exists.
Link to various session resources including see also's, moved session_name note more
towards the bottom, and one grammar fix.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130998 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-11 04:03:58 +00:00
Joey Smith
0c5494bd00 Use $_SESSION superglobal instead of assuming register_globals = On
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129915 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-03 03:50:52 +00:00
Philip Olson
064fe694da Initial documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129217 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-29 18:13:10 +00:00
Philip Olson
5a36bf3125 Replace <link linkend="language.types.x">x</link> with <type>x</type>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129076 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-28 23:03:10 +00:00
Derick Rethans
a88e30e347 - Add some warnings about using unset() on $_SESSION
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127715 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-19 12:09:26 +00:00
John Coggeshall
5b55ed79fe Been nice had I commited the right thing 10 mintues ago..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127504 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-17 19:13:37 +00:00
John Coggeshall
297dfcd2a4 Added a note to satisify #15110
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127503 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-17 18:58:00 +00:00
Martin Samesch
ecf36d03b5 removed literal tags from links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127301 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-16 16:10:00 +00:00
Philip Olson
b96da16cc3 Removing, this function never existed. Sorta deals with bug #18576
Some old discussion on this topic here:
 * http://bugs.php.net/8978
 * http://marc.theaimsgroup.com/?l=php-dev&m=102955914915969


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127207 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-15 22:04:11 +00:00
Philip Olson
993d188d44 Properly document session.save_path's N parameter. This closes bug #22476
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126984 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-14 14:19:03 +00:00
Mehdi Achour
3955bc539c little typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126027 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-06 16:52:35 +00:00
Philip Olson
5847198c35 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
2003-04-26 05:11:01 +00:00
Andy Lindeman
1f146b0a2a Fix bug #23001
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122151 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-02 12:39:07 +00:00
Friedhelm Betz
9f4bd3c94f link corrections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121572 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-29 16:33:48 +00:00
Rasmus Lerdorf
4f820df326 Document session auto_start object restriction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121284 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-26 07:53:08 +00:00
Friedhelm Betz
daaca87036 more verbos description
example added


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120247 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-14 14:50:35 +00:00
foobar
12cd650274 Add note about the XHTML conformity for url_rewriter.tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115682 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-11 00:50:03 +00:00
Martin Samesch
1e155da2c5 added tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114291 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-01 17:33:04 +00:00
Martin Samesch
166dc4bfb6 added tags; s/mimick/mimic; wrapped some lines
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114167 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-31 19:14:58 +00:00
Damien Seguy
f7bc28715f See also <- Voir aussi
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113681 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-28 04:06:26 +00:00
Sascha Schumann
ef1337ad30 add note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113502 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-26 15:19:02 +00:00
Philip Olson
b5eddab1d6 Closing concern brought up by Oliver Hinckel. session gets id from request
data, not just get or cookie.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113031 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-22 18:34:59 +00:00
Damien Seguy
3236252d64 cross ref
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112630 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-19 02:41:21 +00:00
Philip Olson
d731fb0b32 You must call session_start() before using $_SESSION. This closes bug #19068
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112345 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-18 05:52:05 +00:00
Philip Olson
dbd8a08969 Mention that $_SESSION does not implicitly call session_start() like session_register() does.
This deals with bug #19068


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112344 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-18 05:38:52 +00:00
Sascha Schumann
1a5f3ee158 Add link to newly released session fixation paper
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@108471 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-19 12:44:08 +00:00
Sascha Schumann
967969a257 improvements
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@108363 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-17 10:36:58 +00:00
Sascha Schumann
53d13b3cf1 improvements
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@108362 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-17 10:30:05 +00:00
Sascha Schumann
4472cc3f63 remove the unfounded paranoia from the documentation.
also improve some paragraphs further.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@108361 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-17 10:17:29 +00:00
Friedhelm Betz
17e584616e correcting url.mm
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106669 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-03 18:21:04 +00:00
Friedhelm Betz
6d2a53fa7b rsusi.txt: reflect changes
configure.xml files added, linking from refernce.xml files


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106560 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-02 12:55:46 +00:00
John Coggeshall
1c863a214d WS FIX
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106500 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-01 23:32:11 +00:00
John Coggeshall
a1ba4970dc Added a reference to $_SESSION as also being a valid method (instead of
just saying session_register())


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106490 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-01 22:25:04 +00:00
John Coggeshall
94019ff800 Added a note to point out that sessions are not kept which have no
registered variables.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106486 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-01 22:06:11 +00:00
Joey Smith
d47b8a1c08 Corrected a typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106240 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-30 01:54:59 +00:00
Friedhelm Betz
97812e1027 function name corrected
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105653 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-25 14:26:53 +00:00
Martin Samesch
9c934ad7f5 s/wether/whether/ (wether = Hammel ;-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105469 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-23 22:59:51 +00:00
Martin Samesch
9d5d1614a1 for accordance with descriptions of other settings...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105464 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-23 22:47:32 +00:00
Friedhelm Betz
e30bb85206 See also's to related ini-settings added.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104532 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-17 13:52:05 +00:00
Friedhelm Betz
d3e047c176 reordering of session.cookie* list
documentation for session.cookie_secure added
See also's  to related function added.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104531 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-17 13:42:10 +00:00