Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Should the view files also incude defined('BASEPATH') OR exit...
Post: RE: Should the view files also incude defined('BAS...

I think that you can protect your application folder access with .htaccess or putting out of the document root dir, instead modifying each view file. Personally I prefer the less php code as possi...
5,042 Views
4 Replies
05-21-2015, 12:45 PM
RoverWire
    Thread: CI_Sessions table not cleaned up automatically
Post: RE: CI_Sessions table not cleaned up automatically

I have the same issue and already setting my php.ini vars and the number of rows in my session table still growing up, I guess that the solution could be extend the library to execute a cleanup. Reall...
15,140 Views
9 Replies
05-21-2015, 12:36 PM
RoverWire
    Thread: Using data in the session table
Post: RE: Using data in the session table

There is no method on session library that returns all existent sessions, if you are using database, you must code a model that retrieves all rows on sessions table and unserialize the data field. ...
4,637 Views
4 Replies
05-21-2015, 12:26 PM
RoverWire

Theme © iAndrew 2016 - Forum software by © MyBB