[PHP] Sessions don't load

2002-01-09 Thread Ryan Kelley
I have got a page that i am loading sessions on with the following code: session_start(); $HTTP_SESSION_VARS['sess_id']=$PHPSESSID; Except that it will not assign an actual value until i hit refresh on my browser. Any ideas for a fix? Thanks in advance, Ryan Kelley -- PHP General Mailing

Re: [PHP] Sessions don't load

2002-01-09 Thread Andrey Hristov
: Wednesday, January 09, 2002 4:02 PM Subject: [PHP] Sessions don't load I have got a page that i am loading sessions on with the following code: session_start(); $HTTP_SESSION_VARS['sess_id']=$PHPSESSID; Except that it will not assign an actual value until i hit refresh on my browser. Any ideas