Posted by R. Rajesh Jeba Anbiah on 06/20/06 15:29
Erwin Moller wrote:
<snip>
> But since the OP is terminating the script test.php by calling exit(); it
> won't help. I think.
> I am missing something about session_write_close() maybe?
<snip>
session_write_close() will be implicitly called when you use
exit(); but as header redirection is above exit() and some time the
session values may not be written to the desk when that page redirect
is accessed.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Navigation:
[Reply to this message]
|