Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: session problem , i want check session active and redirect to login page for all page
Post: RE: session problem , i want check session active ...

thank you bro , if i cant i will ask you
5,590 Views
4 Replies
11-07-2019, 01:58 PM
said2019
    Thread: session problem , i want check session active and redirect to login page for all page
Post: RE: session problem , i want check session active ...

I did it but it does not work, I wanted to block page access without an active session; when I close the tab and I retype the link he must have already killed the session to open the login page
5,590 Views
4 Replies
11-06-2019, 11:57 AM
said2019
    Thread: session problem , i want check session active and redirect to login page for all page
Post: session problem , i want check session active and ...

public function login()     {                  $data = array();         if($this->session->userdata('success_msg'))         {             $data['success_msg'] = $this->session->userdata('s...
5,590 Views
4 Replies
11-06-2019, 06:47 AM
said2019
    Thread: session
Post: session

I want to block the entire link (controller) by login with the active session, how I proceed: here is my code, the login works, but I access to page without going through the login Model : ...
1,748 Views
0 Replies
11-06-2019, 05:40 AM
said2019

Theme © iAndrew 2016 - Forum software by © MyBB