[PHP-DEV] Bug #15289 Updated: Global variables do not work with session.

2002-01-30 Thread brubla
ID: 15289 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Session related Operating System: Linux PHP Version: 4.1.1 New Comment: You are right, but this construction 'global $counter' in non-function scope is using for example phpWebsite in included

[PHP-DEV] Bug #15289: Global variables do not work with session.

2002-01-29 Thread brubla
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: Session related Bug description: Global variables do not work with session. Global variable will be registered in session only first time. When you will be refreshing page with following code,