Community « Discussion forum « Bug tracker « Self-registration does not seem to work. «
Comment: Self-registration does not seem to work.
| << Previous | Next >> |
Session data:
$_SESSION['heartbit']=1
$_SESSION['test_hits']=5
The number under "test_hits" increments each time I refresh the page. That other number does not and remains at one.
Hope this helps.
Thanks for the quick response.
Bernie
PS: Here is a complete section from the output of the test...
Session data:
$_SESSION['heartbit']=1
$_SESSION['test_hits']=13
Session variables are stored correctly if the counter increments on page reload: 14
$_SESSION['heartbit']=1
$_SESSION['test_hits']=5
The number under "test_hits" increments each time I refresh the page. That other number does not and remains at one.
Hope this helps.
Thanks for the quick response.
Bernie
PS: Here is a complete section from the output of the test...
Session data:
$_SESSION['heartbit']=1
$_SESSION['test_hits']=13
Session variables are stored correctly if the counter increments on page reload: 14
This comment has inspired:
by Bernard_J_L on Mar. 24 2005
