[development] Module to Track RSS Subscribers
James Walker
walkah at walkah.net
Tue Jan 17 18:04:02 UTC 2006
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 at walkah.net
More information about the development
mailing list