[PHP] Re: What's wrong with the PHPSESSID?????

2002-04-23 Thread J Smith
Are you using the just-released PHP 4.2.0? A problem has been found with the sessions extension; it should be fixed soon, likely via a patch. J Scott Fletcher wrote: Hi! I have the PHPSESSID working on every web page except one and it baffle me. Have anyone have this problem before?

[PHP] Re: What's wrong with the PHPSESSID?????

2002-04-23 Thread Julio Nobrega Trabalhando
Insn't inside a function, therefore confliting with the scope? Or maybe you have to use $_GET['PHPSESSID']? Also, on your form tag, I didn't see the PHPSESSID part. Also, it's a good idea to use double quotes for html element properties, amp; instead of , and always echo the var instead of

Re: [PHP] Re: What's wrong with the PHPSESSID?????

2002-04-23 Thread Alexander Skwar
»Julio Nobrega Trabalhando« sagte am 2002-04-23 um 16:59:18 -0300 : Also, on your form tag, I didn't see the PHPSESSID part. Also, it's a Do a echo SID. SID contains both the session_name() and the session_id() suitable for inclusion in a GET request. good idea to use double quotes for