* 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,
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
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
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
4 matches
Mail list logo