Dennis van der Vliet

Results 11 comments of Dennis van der Vliet

I think this is related to the sess_write() function. When you write user_data to the session the session_id is not written to memcache. When the class fetches the key from...

``` php //rebuild array $save = array( 'session_id' => $this->userdata['session_id'], 'ip_address' => $this->CI->input->ip_address(), 'user_agent' => substr($this->CI->input->user_agent(), 0, 50), 'last_activity' => $this->now, 'user_data' => $custom_userdata ); switch ($this->session_storage) { case 'database':...

@kingster I tried that and that did not work on all occasions. The code I posted has been used for a couple of weeks since mid-september and people are not...

@kingster I use it both Sorry for the late reply

Closing this as a part of issue cleanup.

@huckym Thanks for opening this issue. Could you share steps to reproduce this? I have a bit of a hard time understanding what you did based on just this snippet...

And `code` on this line `client.verify.verify(verificationId, code, (err: any, response: any) => {` is an empty string in your case?