Re: [PHP] no session id

2003-02-26 Thread Ernest E Vogelsinger
At 01:39 26.02.2003, php said: [snip] >this code doesn't ouput a session-id. >is the code right? and if not, any suggestions what's wrong? >i'm new into sessions, so forgive me for stupid questions.. >thanx >michiel > >session_start (); >Header("Content-Type:

RE: [PHP] no session id

2003-02-25 Thread Bryan Lipscy
RTM: http://www.php.net/manual/en/ref.session.php Tutorial: http://www.zend.com/zend/tut/session.php -Original Message- From: php [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 4:40 PM To: [EMAIL PROTECTED] Subject: [PHP] no session id this code doesn't ouput a se

Re: [PHP] no session id

2003-02-25 Thread Justin French
on 26/02/03 11:39 AM, php ([EMAIL PROTECTED]) wrote: Justin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] no session id

2003-02-25 Thread John W. Holmes
> this code doesn't ouput a session-id. > is the code right? and if not, any suggestions what's wrong? > i'm new into sessions, so forgive me for stupid questions.. > thanx > michiel > > > session_start (); > Header("Content-Type: text/html"); > echo "session id: " . $session_id; > ?> Where do

[PHP] no session id

2003-02-25 Thread php
this code doesn't ouput a session-id. is the code right? and if not, any suggestions what's wrong? i'm new into sessions, so forgive me for stupid questions.. thanx michiel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php