Posted by Japhy on 10/11/05 21:42
hello,
I am finding that setting session variables is very unreliable (for
me).
Am I doing something wrong with syntax :
$contnum = getrequest("ID1") ; (ID1 is passed in the URL)
$_SESSION['sess_contnum']= $contnum ;
My program will randomly start to fail.
If I echo $sess_contnum, sometimes it is set, sometimes not.
I am using Apache 2.0.53 as a web server. Are there any parameters I
should be aware of (more memory allocated for SV's or ?).
thanks for any help!
[Back to original message]
|