CodeIgniter Forums
Backend script problem - 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: Backend script problem (/showthread.php?tid=43783)



Backend script problem - El Forum - 07-22-2011

[eluser]Unknown[/eluser]
I am using uploadify to upload some file . The controller function which handles the uploadify upload at the back end , process every thing but any thing which uses is $_SESSION is discared ...any help...


Backend script problem - El Forum - 07-25-2011

[eluser]toopay[/eluser]
Help is on other section.


Backend script problem - El Forum - 07-26-2011

[eluser]danmontgomery[/eluser]
CodeIgniter doesn't use $_SESSION.


Backend script problem - El Forum - 07-26-2011

[eluser]Unknown[/eluser]
am not using codeigniters built in session library ... am using PHP sessions


Backend script problem - El Forum - 07-26-2011

[eluser]InsiteFX[/eluser]
If your using standard php sessions then you need to do a session_start on every place you use sessions!