* 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
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();
2 matches
Mail list logo