Friday, December 11, 2009

Persists Asp Upload Serial Is There Any Way To Persist Objects Between Php Page Calls?

Is there any way to persist objects between php page calls? - persists asp upload serial

I tried to add variables to the variable $ _SERVER vain. He accepted a mission very well, but does not recognize the password on the next page.

I know that Web servers are stateless, but mechanisms exist in other languages (this type of function of the server variable is not in ASP, for example, if I'm not) remember, so hopefully something's missing manual.

test01.php:
-----------
\\ \\ \\ \\ \\ \\ \\ \\ U0026lt;? php
$ _SERVER [ "MyObject"] = "Steve";
?>

test02.php:
-----------
\\ \\ \\ \\ \\ \\ \\ \\ U0026lt;? php
echo $ _SERVER [ "MyObject"];
?>

0 comments:

Post a Comment