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

InsiteFX Wrote: (04-30-2017, 04:00 AM) -- Are you hashing the password before checking it with the hashed password in the database? -- Yes I am hashing it.
11,279 Views
11 Replies
04-30-2017, 06:36 AM
Attiq
    Thread: Session Problem
Post: RE: Session Problem

webdev25 Wrote: (04-29-2017, 10:57 AM) -- There may be a better way to do this depending on where and how you're getting $result, see if something like this helps: PHP Code: -- if( $result->num_r...
11,279 Views
11 Replies
04-30-2017, 01:29 AM
Attiq
    Thread: Session Problem
Post: RE: Session Problem

why i avoid foreach loop for $this->session->set_userdata() ??? is this not good practice or any other logical problem ??
11,279 Views
11 Replies
04-30-2017, 01:24 AM
Attiq
    Thread: Session Problem
Post: RE: Session Problem

arisroyo Wrote: (04-29-2017, 05:14 PM) -- Wow that's a security flow in your hosting. But for your security Change $config['sess_cookie_name'] = "myown_application_session_name"; And also chan...
11,279 Views
11 Replies
04-30-2017, 12:44 AM
Attiq
    Thread: Session Problem
Post: RE: Session Problem

webdev25 Wrote: (04-29-2017, 10:57 AM) -- There may be a better way to do this depending on where and how you're getting $result, see if something like this helps: PHP Code: -- if( $result->num_r...
11,279 Views
11 Replies
04-30-2017, 12:29 AM
Attiq
    Thread: Session Problem
Post: RE: Session Problem

PaulD Wrote: (04-29-2017, 09:45 AM) -- Can you show where $result comes from? If you are accidentally getting all your user data, the foreach loop will loop through them all and return the last us...
11,279 Views
11 Replies
04-30-2017, 12:23 AM
Attiq
    Thread: Session Problem
Post: Session Problem

I develop an application in code igniter. I have problem with sessions. When my application user log into their account, it shows the other user session name. I am using bluehost hosting and this prob...
11,279 Views
11 Replies
04-29-2017, 03:55 AM
Attiq

Theme © iAndrew 2016 - Forum software by © MyBB