Re: [PHP] Session_start() problem

2003-10-01 Thread Curt Zirzow
* Thus wrote Jeff McKeon ([EMAIL PROTECTED]): Not related to your problem but: > session_regisister("userid", "userpassword"); spelling ~~~^^ Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Session_start() problem

2003-10-01 Thread CPT John W. Holmes
From: "Jeff McKeon" <[EMAIL PROTECTED]> [snip] > where do I set the default location for session data? session.save_path in php.ini ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] session_start() problem

2001-08-13 Thread Richard Baskett
Did you make sure everything below is BEFORE the html tag? Also you can just set the variable $sesionvar like this: $sesionvar = "fulanito"; instead of $HTTP_SESSION_VARS["sesionvar"] = "fulanito"; > lines in the acceso.php file: > > 27 session_name(primera); > 28 session_start(); > 29 sess

Re: [PHP] session_start problem

2001-01-19 Thread Ignacio Vazquez-Abrams
On Fri, 19 Jan 2001, Markus H. Maussner wrote: > hi... > > every time i do a session_start(); with php i get in the first two lines > of the output this > > &PHPSESSID=ba606b5a90dbb4410417b4c612aaf1c9"">Your data Contact > LOGOUT > &PHPSESSID=ba606b5a90dbb4410417b4c612aaf1c9"">Contact