Welcome Guest, Not a member yet? Register   Sign In
SESSION problem
#3

[eluser]n3ck[/eluser]
Also i would add that code like
Code:
session_start();
$_SESSION['blabla'] = 'aaaaa';
session_write_close();

works, but when i put session_start() it in start of my controller constructor and session_write_close() at the end it doesn't work. And i got known that this is not only HQ problem, and in some locations it also don't work.


Should I add session_start() as firs function in controller constructor, or it could be somewhere within constructor functions (after library loading or sth)?


Messages In This Thread
SESSION problem - by El Forum - 11-10-2009, 01:18 PM
SESSION problem - by El Forum - 11-11-2009, 03:23 AM
SESSION problem - by El Forum - 11-13-2009, 06:16 AM
SESSION problem - by El Forum - 11-13-2009, 06:51 AM
SESSION problem - by El Forum - 11-13-2009, 07:24 AM
SESSION problem - by El Forum - 11-15-2009, 08:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB