php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #11958 session_register_method() needed
Submitted: 2001-07-08 07:39 UTC Modified: 2002-01-28 21:03 UTC
From: jonas at delfs dot dk Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.6 OS: All
Private report: No CVE-ID: None
 [2001-07-08 07:39 UTC] jonas at delfs dot dk
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-28 21:03 UTC] yohgaki@php.net
Won't change.....

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 02:01:33 2024 UTC