Hello !

I want the user to have a chance to reset the session and get a new
session_id on one page.

I tried:

session_name("MyId");
session_register("MyId");

session_unregister("MyId");
session_register("MyId");

But it doesn't worked. session_destroy doesn't work, too.

What I want is, the PHP assigns MyId a new value.

Ideas ?

Martin



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to