NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
$HTTP_SESSION_VARS n00b question


Joined: 25 Feb 2004
Posts: 3
Reply with quote
Shouldn't the global variables stay set when going between different php pages:?: In all my php pages I have 'Session_Start();'.

I can see when debugging the global variables; but when going to next php page they all disappear.

In my NuSphere php.ini file I have -->
register_globals = On
session.save_path = C:\Program Files\nusphere\phped\php\sessions

Also what does below timeout parameter mean?
; Maximum time (in secondes) for connect timeout. -1 means no limimt
mysql.connect_timeout = 60

Thanks.
View user's profileFind all posts by MuhadSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Quote:
Shouldn't the global variables stay set when going between different php pages:?: In all my php pages I have 'Session_Start();'.

should not.
see http://www.php.net/session for further details.
Quote:
Also what does below timeout parameter mean?
; Maximum time (in secondes) for connect timeout. -1 means no limimt
mysql.connect_timeout = 60


see http://www.php.net/manual/en/ref.mysql.php
see php manual for descriptions for all the settings in php.ini
View user's profileFind all posts by dmitriSend private messageVisit poster's website
$HTTP_SESSION_VARS n00b question
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic