Welcome Guest, Not a member yet? Register   Sign In
loading issue after logout
#1

Hi guys,

Im currently working on a project that has member system.
At home page will appear some images from Database and the directory.
The issue is once i logout the page will redirect to home page but the images won't load and i can see the images are missing.

Im testing on my localhost.
Is the issue about my code?

Here is my logout function:
PHP Code:
function logout()
    {
        
$this->session->sess_destroy();
        
$this->cart->destroy();

        
redirect('/');
    } 

Any idea?

Thanks
Reply


Messages In This Thread
loading issue after logout - by ardavan - 10-12-2015, 09:01 PM
RE: loading issue after logout - by JayAdra - 10-12-2015, 10:06 PM
RE: loading issue after logout - by Baslugten - 10-12-2015, 10:46 PM
RE: loading issue after logout - by ardavan - 10-12-2015, 10:50 PM
RE: loading issue after logout - by mwhitney - 10-13-2015, 09:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB