Re: Session_Start() Hangs after setting Session_Id
- From: "Syl" <david.hunter@xxxxxxxxx>
- Date: 29 Jun 2006 18:39:48 -0700
CjB wrote:
Hello, I am trying to do the following in one of my pages.
session_id($_GET['SESSIONID']);
session_start();
I am running php5, however as soon as I call session_start the script
hangs and nothing happens. Is anyone else experiencing this problem, or
am I doing something incorrectly?
Thanks!
session_start(); must always be listed at the top of every page.
like this :
<?php
session_start();
.
- Follow-Ups:
- Re: Session_Start() Hangs after setting Session_Id
- From: Tony Marston
- Re: Session_Start() Hangs after setting Session_Id
- References:
- Prev by Date: Re: How to get value from drop down box to e-mail with php
- Next by Date: Open-save .php file error instead of execute?
- Previous by thread: Session_Start() Hangs after setting Session_Id
- Next by thread: Re: Session_Start() Hangs after setting Session_Id
- Index(es):
Relevant Pages
|