Hi all,

We faced with some problem in handling sessions using session_set_save_handler by using database ... Mainly we stuck with read() function in session_set_save_handler() and session_destroy().. willyou please comment on this...

Thanks in advance....

Its very urgent!

Dhanya.

    What are you stuck on exactly? read() must provide a method for retrieving a row of session data from the database, destroy() must provide a method for deleting said row.

      thorpe wrote:

      What are you stuck on exactly? read() must provide a method for retrieving a row of session data from the database, destroy() must provide a method for deleting said row.

      Thank u for ur information ................................
      That is not my problem.Why the read() method generate the same session id.But it is not happening always.I m not able to trace the problem.
      It's urgent.
      Dhanya

        Write a Reply...