Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: only one login allowed at a time
Post: RE: only one login allowed at a time

In my opinion, it would be easier to logout the first user when someone logs in with the same user credentials. You can do this by checking the session id on every page load with the latest session id...
14,324 Views
7 Replies
06-26-2015, 01:18 PM
codeIgniter2015
    Thread: sess_expiration has no effect on sessions
Post: RE: sess_expiration has no effect on sessions

Thanks for the response. I added another session variable to keep a track of logged in time.
4,493 Views
2 Replies
06-22-2015, 02:16 PM
codeIgniter2015
    Thread: sess_expiration has no effect on sessions
Post: sess_expiration has no effect on sessions

Session expiration does not seem to have any effect on my session variables. Below is my session config: PHP Code: -- $config['sess_driver'] = 'database'; $config['sess_cookie_name'] = 'ci_session...
4,493 Views
2 Replies
06-15-2015, 03:51 PM
codeIgniter2015
    Thread: ionCube and Codeigniter
Post: RE: ionCube and Codeigniter

I am having trouble using the ionCube encoder with obfuscation settings. If I enable obfuscation of "classes", "methods" or "functions" it gives me an error that the URL was not found. Is there a work...
24,404 Views
14 Replies
06-11-2015, 03:18 PM
codeIgniter2015

Theme © iAndrew 2016 - Forum software by © MyBB