i am using sessions and authentication by using phplib.
$sess->delete() works very fine with apache server on linux as well as on windows.
delete() function calls the put_id() function
in session.inc. if you print the '$this->mode'
it will print "cookie".
Now the problem comes with PWS and IIS server.when you call $sess->delete() .It then
prints the message "This has not been coded yet.". It is because when you print '$this->mode' it will give "get" mode.
please help me ,why we are getting "get" mode in IIS and PW server.
how could i sort this problem.