|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-28 21:03 UTC] yohgaki@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 23:00:02 2025 UTC |
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.