Re: [PHP] how to regenerate your own session id

2003-08-14 Thread Curt Zirzow
* Thus wrote treeml ([EMAIL PROTECTED]): > > There is a function called, session_regenerate_id, for php4.3.2 and above. > Right now, it just creates a random id. Is there a way to specify the value > of the regenerated session_id? So I can record the SID before I send out > every time. > > I tr

[PHP] how to regenerate your own session id

2003-08-12 Thread treeml
There is a function called, session_regenerate_id, for php4.3.2 and above. Right now, it just creates a random id. Is there a way to specify the value of the regenerated session_id? So I can record the SID before I send out every time. I tried, session_id('id_generated_me'); session_start();