Hello !
I'm working with sessions and I have a link -http://www.domain.com/cgi-bin/form.cgi it generates pages with .php extension and I put session_start(); in the form template but the sessions doesn't work.
What's the problem, any idea ???
Regards,
marcoBR
Hi: I want to know by what you get the session . By the way,I shall configure your php correctly and make sure the value of track_vars and register_globals are right. Good luck.
I don't understand ... but when I run my template url directly eg. www.domain.com/form.php the sessions are working perfectly and when I run the cgi url www.domain.com/cgi-bin/form.cgi it doesn't.
Any suggestion ???
Hi!
Check if you need a .php of the document to run the php scripts...
You can't run php script in a html document?
Always trying to help,
Andy