[PHP] sessions don't work

2002-08-16 Thread Félix García Renedo
Hello, I have a problem with php sessions. I have a php file like: ? session_start(); session_register('pagina'); ? html head ... /head body ? include('file'); ? ... /html I have done diferent proofs and I have seen that the problem is that when I put include don't work sessions and

[PHP] Sessions don't work properly in Netscape Enterprise Server

2002-08-09 Thread Félix García Renedo
Hello, I have a problem with php sessions in Netscape Enterprise Server. When I call the file php with sessions it shows: html Rest of header body and in the browser I see: body When I reload the page it appear correctly What happens? Thanks.

[PHP] Sessions don't work?

2002-07-24 Thread Alexander Deruwe
Hewwo all, (please be so kind as to CC me in replies as I am not a subscriber to this mailing list (yet)) The following code snippet always outputs You have visited this page 1 times!. What am I doing wrong? ?php session_start(); if (!isset($HTTP_SESSION_VARS['counter'])) {