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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jonas at delfs dot dk
New email:
PHP Version: OS:

 

 [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

Pull Requests

History

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

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 11:01:29 2025 UTC