On the server i use: Session.auto_start is off Session.use_cookie is on Session.use_trans_sid is 1 I do not set the session id myself All pages that requite the sessions have session_start() at the very first line -----Original Message----- From: Jason Barnett [mailto:jasbarne@xxxxxxxxxxx] Sent: woensdag 27 oktober 2004 11:41 To: php-general@xxxxxxxxxxxxx Subject: Re: Sessions problem bug Are you using cookie-based sessions? Thus sayeth the manual: Note: When using session cookies, specifying an id for session_id() will always send a new cookie when session_start() is called, regardless if the current session id is identical to the one being set. Thanks google. Reinhart Viane wrote: > Some days ago I asked some questions concerning php and sessions > > Apparently it seems to be a bug: > 'When you use a session name that has only numbers, each call to > session_start seems to regenerate a new session id, so the session > does not persist.' > > http://bugs.php.net/search.php?search_for=session&boolean=0&limit=10&o > rd > er_by=&direction=ASC&cmd=display&status=Open&bug_type%5B%5D=Session+rela > ted&php_os=&phpver=&assign=&author_email=&bug_age=0 > > And there you pick bug with ID 27688 > > Just to let everyone know. > Greetz, > > Reinhart Viane > > > > Reinhart Viane > rv@xxxxxxxx > Domos || D-Studio > Graaf Van Egmontstraat 15/3 -- B 2800 Mechelen -- tel +32 15 44 89 01 -- > fax +32 15 43 25 26 > > STRICTLY PERSONAL AND CONFIDENTIAL > This message may contain confidential and proprietary material for the > sole use of the intended > recipient. Any review or distribution by others is strictly prohibited. > If you are not the intended > recipient please contact the sender and delete all copies. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php