Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

Narf Wrote: (07-03-2015, 01:34 AM) -- Yep ... unless you call session_write_close() prior to doing that redirect, the session cookie is never sent to the browser, because you've already started the o...
45,353 Views
27 Replies
07-03-2015, 01:44 AM
iD30
    Thread: Sessions - Not Working
Post: RE: [SOLVED] Sessions - Not Working

Narf Wrote: (06-29-2015, 03:18 AM) -- There's no way to disable the locking, but that shouldn't be a problem for AJAX requests ... they just won't be really asynchronous. Other than the redirect happ...
45,353 Views
27 Replies
07-02-2015, 09:23 AM
iD30
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

Narf Wrote: (06-26-2015, 10:55 AM) -- iD30 Wrote: (06-26-2015, 09:30 AM) -- I have come across something interesting, I am not sure if it is a bug or the fact it is a now a reserved name, however on...
45,353 Views
27 Replies
06-29-2015, 02:15 AM
iD30
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

Narf:  log of all classes being loaded. Code: -- INFO - 2015-06-26 16:40:16 --> Config Class Initialized INFO - 2015-06-26 16:40:16 --> Hooks Class Initialized DEBUG - 2015-06-26 16:40:16 --> ...
45,353 Views
27 Replies
06-26-2015, 09:43 AM
iD30
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

I have come across something interesting, I am not sure if it is a bug or the fact it is a now a reserved name, however one of our Controllers is called Session.php, coincidentally & typical this is t...
45,353 Views
27 Replies
06-26-2015, 09:30 AM
iD30
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

Actually - after to further testing it hasn't fixed it. :/ :(
45,353 Views
27 Replies
06-26-2015, 08:11 AM
iD30
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

OK Narf, lets agree to disagree you can keep your assumptions and I will keep my opinions on your approach to my issue. I came to the forum for help not an argument. Re: Your Log session-relate...
45,353 Views
27 Replies
06-26-2015, 07:22 AM
iD30
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

ivantcholakov Wrote: (06-26-2015, 05:26 AM) -- @iD30 If $this->CI->load->diver('session'); is still mysteriously needed, there are two more probable causes I can guess: - Maybe the source you...
45,353 Views
27 Replies
06-26-2015, 05:51 AM
iD30
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

Narf Wrote: (06-26-2015, 04:13 AM) -- iD30 Wrote: (06-26-2015, 03:33 AM) -- Narf Wrote: (06-26-2015, 03:22 AM) -- iD30 Wrote: (06-26-2015, 03:04 AM) -- Narf Wrote: (06-26-2015, 02:59 AM) -- I ass...
45,353 Views
27 Replies
06-26-2015, 05:46 AM
iD30
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

Narf Wrote: (06-26-2015, 03:22 AM) -- iD30 Wrote: (06-26-2015, 03:04 AM) -- Narf Wrote: (06-26-2015, 02:59 AM) -- I assume you've copy-pasted the new CI files over the old ones instead of deleting ...
45,353 Views
27 Replies
06-26-2015, 03:33 AM
iD30
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

Narf Wrote: (06-26-2015, 02:59 AM) -- I assume you've copy-pasted the new CI files over the old ones instead of deleting the old system/ directory and putting the new one in its place ... If that's t...
45,353 Views
27 Replies
06-26-2015, 03:04 AM
iD30
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

Wouter60 Wrote: (06-25-2015, 10:34 AM) -- You are wrong about loading the session as a driver. Just like before, it must be loaded as a library: PHP Code: -- $this->load->library('se...
45,353 Views
27 Replies
06-26-2015, 02:22 AM
iD30
    Thread: Sessions - Not Working
Post: RE: Sessions - Not Working

Wouter60 Wrote: (06-25-2015, 10:34 AM) -- You are wrong about loading the session as a driver. Just like before, it must be loaded as a library: PHP Code: -- $this->load->library('session'); -- ...
45,353 Views
27 Replies
06-26-2015, 01:40 AM
iD30
    Thread: Sessions - Not Working
Post: Sessions - Not Working

Hi All I have recently updated form 2.2.x to 3.0.0 - following the update procedure from codeigniter's website HERE (http://www.codeigniter.com/userguide3/installation/upgrade_300.html). I have ...
45,353 Views
27 Replies
06-25-2015, 09:40 AM
iD30

Theme © iAndrew 2016 - Forum software by © MyBB