Re: [PHP] Re: Custom session save handler. What's happens really?

2007-05-04 Thread n . quirin
Thanks, but I serialize and unserialize the objects and this is not my problem...(I known best practices for php5 about object serialization). Please read again the post. Selon itoctopus <[EMAIL PROTECTED]>: > You have to explicitly serialize and unserialize the objects. > I think the confusion

[PHP] Custom session save handler. What's happens really?

2007-05-04 Thread n . quirin
Hi, i'm using in each script: When are exactly called the write and read function of my custom handler? Is it at the session_start that read function is called? or is it at $object = unserialize($_SESSION['objectname'])? Is write function called at session_write_close only? or any time $_SESSI

[PHP] Custom database session handler and data concurrent access from ajax request

2007-05-03 Thread n . quirin
Hi, i'm currently working on a web site that use AJAX requests to load a web page by part. So, my apache server gives quickly an answer and current client must wait a little bit in order to have the entire web page, but while this loading step, he can already see my partially displayed web page a