Wow, is it a bug? Session variable is lost if array with the samename is created!

This is a discussion on Wow, is it a bug? Session variable is lost if array with the samename is created! within the PHP Language forums, part of the PHP Programming Forums category; $_SESSION["a"] = "bitch"; $a = array(); print_r($_SESSION["a"]); // it shows array()!!! If make $a ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-27-2007
alexandis@gmail.com
 
Posts: n/a
Default Wow, is it a bug? Session variable is lost if array with the samename is created!

$_SESSION["a"] = "bitch"; $a = array(); print_r($_SESSION["a"]);
// it shows array()!!!
If make $a as variable - $_SESSION["a"] preserves its value...

p.s. PHP4
Reply With Quote
  #2 (permalink)  
Old 11-27-2007
Piotr Siudak
 
Posts: n/a
Default Re: Wow, is it a bug? Session variable is lost if array with thesame name is created!

alexandis@gmail.com pisze:
> $_SESSION["a"] = "bitch"; $a = array(); print_r($_SESSION["a"]);
> // it shows array()!!!
> If make $a as variable - $_SESSION["a"] preserves its value...
>
> p.s. PHP4


no it is not a bug.
but it has not not been default behaviour since 22-Apr-2002

search for register_globals in your php.ini



--
Piotr Siudak
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 09:44 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0