[imp] Re: IMP redirect

Baltasar Cevc baltasar at cevc-topp.de
Thu Mar 3 13:34:49 PST 2005


Hi Vitaliy,

> $conf['sessionhandler']['type'] = 'none';
Aparently, my suspicion was not exact - type none means: "Use the 
default PHP (file-based) session handler" - however, you could have a 
look at /tmp, /var/lib/php or whereever your PHP creates its temporary 
files if there are any session...

PHP creates files whose names begin with sess_ and which contain a 
serialized hash, I think - e.g.:
-rw-------  1 www-data www-data 75K Mar  3 22:33 
sess_200ad043ae13152203f9930293715ed5

Baltasar


More information about the imp mailing list