Welcome Guest, Not a member yet? Register   Sign In
Internet explorer problem sessions
#11

[eluser]InsiteFX[/eluser]
Why our you check to see if the sessions library is load?

Autoload it application/config/autoload.php

Then you do not have to worry about it!

Code:
if($durum == "1") // your missing the closing )
{
    $session_bilgileri = array(
       'email' => $kullanici->email,
       'ad_soyad' => $kullanici->ad_soyad,
       'seviye' => $kullanici->seviye,
       'uye' => TRUE
    );

Your missing the closing ) on your if statement!
So it will never set the user_data!

InsiteFX
#12

[eluser]theshiftexchange[/eluser]
Just incase people searching threads come across this:

IE sessions might also fail if "cookie_domain" is not correctly set - especially if it is left blank. All other browsers will continue to work, but not IE.




Theme © iAndrew 2016 - Forum software by © MyBB