Re: Can variables be shared across sessions?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Can variables be shared across sessions?

From: Andy Hassall <andy@andyh.co.uk>
Date: Fri Sep 30 2005 - 21:42:36 CEST

On Fri, 30 Sep 2005 19:04:14 +0000 (UTC), "C16" <noone@nowhere.com> wrote:

>Another newbie question. I have a small website working via php and all is
>fine, but I wanted to add some new features and was wondering if php allows
>for variables to be seen by multiple sessions, ie a user viewing the web
>site on one machine can see variables created by another users session. Is
>that what $_SERVER[] is for, or am I going to be better of creating a single
>entry table in mySQL that has a field for each global variable?

 $_SERVER does not do this; it contains various bits of request information,
but does not persist between requests.

 A database would be an appropriate choice for this.

-- 
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Received on Tue Oct 18 02:30:04 2005