Whats wrong.
Im about to implement sessions whith databasestorage(MySQL). Therefore I use
session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
But it seems that it never perform the write function. Unless I don't put it infront of "read", but then the sorage don´t work anywar.
(I´m using the same script that Ying Zhang wrote).
Thanks