View Single Post
Old 02-05-2004, 04:56 AM   #1
Darknss
Green Mole
 
Join Date: Feb 2004
Posts: 1
Question cookies and phpdig

Hi all,

Does phpDig send cookies along with the links it follows?

I have set up a website :
http://www.harmoni-ca.info/~pclaeys/test/

index.php sets a cookie named "TEST"
if the cookie is set correctly a link Next (to Next.php) appears, if you follow this link the cookie "TEST" is red using $_COOKIES["TEST"]
if the cookie is found a link Set (to Set.php) appears otherwise a link NotSet (to NotSet.php) appears

phpDig always follows the link : NotSet.php

SITE : http://www.harmoni-ca.info/
Exclude paths :
- @NONE@
1:http://www.harmoni-ca.info/~pclaeys/test/Next.php
(time : 00:00:05)
+
level 1...
2:http://www.harmoni-ca.info/~pclaeys/test/NotSet.php
(time : 00:00:15)
No link in temporary table


Should I adjust the configuration file for phpDig to send the cookie ?

Thx )
Greets
Petra

Last edited by Darknss; 02-05-2004 at 04:59 AM.
Darknss is offline   Reply With Quote