Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: session_write_close(): Failed to write session data using user defined save handler
Post: RE: session_write_close(): Failed to write session...

InsiteFX Wrote: (10-28-2021, 01:34 AM) -- Read the user comments here: PHP.net - session_write_close (https://www.php.net/manual/en/function.session-write-close.php) It seems that the output bu...
6,641 Views
3 Replies
11-10-2021, 12:57 AM
matrox445
    Thread: session_write_close(): Failed to write session data using user defined save handler
Post: RE: session_write_close(): Failed to write session...

Oh, nice catch ! I will try to disable it and see what happend :) Thanks for your answer
6,641 Views
3 Replies
10-28-2021, 02:49 AM
matrox445
    Thread: session_write_close(): Failed to write session data using user defined save handler
Post: session_write_close(): Failed to write session dat...

Hello, I want to allow concurrent requests from a client for simultaneous AJAX calls.  In each php function called, I start my code with session_write_close() to unlock the session. But I randomly...
6,641 Views
3 Replies
10-27-2021, 11:32 PM
matrox445
    Thread: Redis cache with socket
Post: RE: Redis cache with socket

Any though on this ?
2,681 Views
3 Replies
05-28-2021, 12:03 AM
matrox445
    Thread: Redis cache with socket
Post: Redis cache with socket

Hello, In Codeigniter 3, the Redis cache driver can connect via socket with this code : PHP Code: -- if ($config['socket_type'] === 'unix') {     $success = $this->_redis->connect($config['soc...
2,681 Views
3 Replies
05-11-2021, 12:43 AM
matrox445
    Thread: update_batch is not working !
Post: RE: update_batch is not working !

Hello, Same problem here. You have to reverse the changes for 2 functions (update_batch and _update_batch) in the DB_query_builder file (system/database). Just copy / paste the functions of 3.1.1 v...
7,472 Views
6 Replies
12-09-2016, 06:09 AM
matrox445
    Thread: [split] CI 3.1.2 Batch update not working
Post: RE: [split] CI 3.1.2 Batch update not working

Hello, Same problem here. You have to reverse the changes for 2 functions (update_batch and _update_batch) in the DB_query_builder file (system/database). Just copy / paste the functions of 3.1.1 ver...
3,887 Views
1 Replies
12-08-2016, 06:21 AM
matrox445
    Thread: Session and long polling
Post: RE: Session and long polling

I find a note in the user guide : https://www.codeigniter.com/user_guide/libraries/sessions.html#a-note-about-concurrency Next time i'll be more attentive...
4,556 Views
3 Replies
04-01-2016, 12:05 AM
matrox445
    Thread: Session and long polling
Post: RE: Session and long polling

Avenirer Wrote: (03-31-2016, 07:13 AM) -- I guess this thread can help you... http://forum.codeigniter.com/thread-61889.html -- Ok, it seems to work ! Thank you :)
4,556 Views
3 Replies
03-31-2016, 11:40 AM
matrox445
    Thread: Session and long polling
Post: Session and long polling

Hello, I've just update my app from CI 2.2 to CI 3.0.6. By the way, thanks for keeping CI alive ! Everything work fine, except pages with long polling.   Here's how i test it :  Load a page. ...
4,556 Views
3 Replies
03-31-2016, 02:15 AM
matrox445

Theme © iAndrew 2016 - Forum software by © MyBB