Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Session problem
Post: RE: Session problem

Thanks a lot to all, I solved my problem by using the development branch as suggested by InsiteFX...I don't know if my problem was a bug or not but I didn't have more time to indagate. If I'll some t...
5,606 Views
6 Replies
08-27-2020, 07:04 AM
luna80
    Thread: Session problem
Post: RE: Session problem

I use this to set Code: -- $this->session->set('utente', $utente); -- to read Code: -- $this->session->get('utente') -- but  Code: -- print_r($this->session->get()); -- return only ...
5,606 Views
6 Replies
08-23-2020, 09:49 PM
luna80
    Thread: Session problem
Post: RE: Session problem

The problem happen if in my .env I have Code: -- CI_ENVIRONMENT = development -- If I set CI_ENVIRONEMENT to production the set of the session works but not unset. How can I solve it? Thanks
5,606 Views
6 Replies
08-19-2020, 11:38 PM
luna80
    Thread: Session problem
Post: Session problem

I to all. I have a problem with the session variable. When I try to access to it I get this error. The session file is created correctly but I can do nothing. Code: -- Fatal error: Uncaught Error...
5,606 Views
6 Replies
08-19-2020, 04:54 AM
luna80

Theme © iAndrew 2016 - Forum software by © MyBB