17 Jan
2006
17 Jan
'06
7:04 p.m.
On 1/17/06 12:46 PM, John Handelaar wrote:
Khalid B wrote:
Using sessions would be a great idea, except that some visitors do not have cookies (e.g. crawlers), so this is not a fool proof way of doing it.
...this is why Drupal uses sessionIDs in querystrings as fallback.
only if you configure PHP to do so. HEAD's default settings.php has the following: ini_set('session.use_only_cookies', 1); -- James Walker :: http://walkah.net/ :: xmpp:walkah@walkah.net