Re: [phplib] Problem mit session management From: Marko Kaening (marko <email protected>)
Date: 01/02/01

Hi Frank,

if your problem is connected to the frequently discussed ac_store() quirk
you should apply the following changes marked with asterisks to the
routine:

---

if ( $this->db->affected_rows() == 0 && $this->db->query($squery)) //* { $this->db->next_record(); //* if($this->db->f(0) == 0 //* && !$this->db->query($iquery)) $ret = false; } --- This lines of code are located at the end of the ac_store routine. Hope this solves your problems!

Good luck, Marko

-- O _ O 0 0 ------------------m-\o/-m------------------------------------------ Dr. Marko K"aning Tel/Fax: +49-3834 554 442 / -3834 554 301 INP Greifswald email : kaening <email protected>

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>