From: [EMAIL PROTECTED]
Operating system: All
PHP version: 4.0.6
PHP Bug Type: Feature/Change Request
Bug description: session_register_method() needed
I'd like to have a function that is identical to session_register() except
that this new function should take a method as last argument. Eks:
session_register_method('foo','bar','GET');
And then $HTTP_GET_VARS['foo'] and $HTTP_GET_VARS['bar'] should be
registered as foo and bar in the users session.
--
Edit bug report at: http://bugs.php.net/?id=11958&edit=1
--
PHP Development 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]