PDA

View Full Version : Excluding phpsessid's


Slider
01-01-2005, 04:06 PM
Am I able to use a pipe in this for more possible sesson id's?
Like PHPSESSID|ID|SID and so on

Would this line be correct?
define('PHPDIG_SESSID_VAR','(PHPSESSID|ID|SID)'); // name of the SID variable

vinyl-junkie
01-01-2005, 04:35 PM
That might work. Try it and see.

Just for the record, the session id remove logic is located in robot_functions.php.