[Phplib-users] real meaning of session.use_cookie and fallback_mode=get
Brought to you by:
nhruby,
richardarcher
From: Giancarlo <gia...@na...> - 2002-06-29 16:23:17
|
The real meaning of these two parallel setting, one of PHP4 php.ini and the other of phplib, is: If no cookie has been left yet (=start_with), use cookies ONLY if there's no user-provided sid in the URL ! Give precedence to URL! And create the id the user tells you to create via the URL! I dunno if it's clear... Gian |