View Single Post
Old 03-11-2004, 02:56 AM   #1
jbc
Green Mole
 
Join Date: Mar 2004
Posts: 2
Question Cookie management

Hi all,

I am using phpdig on a web site divided in different parts : public, private, admin, ...

The authentication macanism is based on a cookie named SID (php session id).

My project is to index automatically the whole site using the following process :

- a batch create a session on the portail

- the same batch sends the SID value to the spide.php script

- the spider.php uses the ?SID=<value_sent_by_script> of Header:Cookie SID=<value_sent_by_script > for every requests sent to the site.

Any idea how to implement it in the code ?

Thanx
jb
jbc is offline   Reply With Quote