![]() |
Internet explorer problem sessions - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Internet explorer problem sessions (/showthread.php?tid=39777) Pages:
1
2
|
Internet explorer problem sessions - El Forum - 03-20-2011 [eluser]OnurTEZ[/eluser] Thank you in advance; İnternet explorer session not open, No problem with other browsers Controller my file: Code: function giris_kontrol() Internet explorer problem sessions - El Forum - 03-20-2011 [eluser]OnurTEZ[/eluser] brackets do not appear here :S Internet explorer problem sessions - El Forum - 03-20-2011 [eluser]InsiteFX[/eluser] you need to change the ci_sessions to cisessions for the cookie in application/config/config.php Also you may need to change IE Internet options for cookies! InsiteFX Internet explorer problem sessions - El Forum - 03-21-2011 [eluser]OnurTEZ[/eluser] Thank you for the reply, Full olarka What should I do ? Internet explorer problem sessions - El Forum - 03-21-2011 [eluser]InsiteFX[/eluser] 1) click tools on IE menu and click on Internet options 2) click on the Privacy tab button 3) click on the Advanced button This is where you set your Internet cookie options InsiteFX Internet explorer problem sessions - El Forum - 03-21-2011 [eluser]OnurTEZ[/eluser] [quote author="InsiteFX" date="1300722801"]1) click tools on IE menu and click on Internet options 2) click on the Privacy tab button 3) click on the Advanced button This is where you set your Internet cookie options InsiteFX[/quote] some internet explorer browsers give error at sessions. i cant repair some errors with setflash . its not what did you tell me problems ![]() Internet explorer problem sessions - El Forum - 03-21-2011 [eluser]InsiteFX[/eluser] If you do a redirect then you should use: Code: $this->session->keep_flashdata(); Flashdata is only good for one time unless you use keep_flashdata.. Also make sure your cookie name is not ci_session it will fail with the under-score. Code: $config['sess_cookie_name'] = 'cisession'; InsiteFX Internet explorer problem sessions - El Forum - 03-21-2011 [eluser]OnurTEZ[/eluser] Code: Veritabanında bir hata oluÅŸtu. Internet explorer problem sessions - El Forum - 03-21-2011 [eluser]InsiteFX[/eluser] Well you never said that before! you have to create the ci_sessions table. Code: -- -------------------------------------------------------------- InsiteFX Internet explorer problem sessions - El Forum - 03-21-2011 [eluser]OnurTEZ[/eluser] [quote author="InsiteFX" date="1300728367"]Well you never said that before! you have to create the ci_sessions table. Code: -- -------------------------------------------------------------- InsiteFX[/quote] user_data table is empty normalIs that? |