Date: 05/22/01
- Next message: tmjiang <email protected>: "[PHP-DEV] Bug #10931 Updated: IBM HTTP Server 1.3.12.2 can't load the php4apache.dll"
- Previous message: colin <email protected>: "[PHP-DEV] Bug #11035: make fails"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #11007 Updated: session_register() doesn't work after session_id(n)"
- Maybe reply: sniper <email protected>: "[PHP-DEV] Bug #11007 Updated: session_register() doesn't work after session_id(n)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 11007
Updated by: sbergmann
Reported By: averma <email protected>
Old-Status: Open
Status: Duplicate
Bug Type: *Session related
Operating system:
PHP Version: 4.0.4
Assigned To:
Comments:
Same as #10965.
Previous Comments:
---------------------------------------------------------------------------
[2001-05-21 20:24:28] averma <email protected>
I am implemeting an e-commerce site with credit-card processing done
by an external payment processor. Right now I am evaluating
itransact.com.
They have a feature where I can send a ret_addr (a full url of a script
on my server, say, fromPP.php) and variable name/value pairs to them
when I "submit" a form. Then they do a POST to fromPP.php and pass the
variables as POST variables along with the status code etc. One of the
variables I am passing is the session id, say, SESSid, when I submit
the form to their site.
The idea is to maintain the state in fromPP.php by doing a
session_id($SESSid). I am able to get the right SESSid from the
payment processor and after doing session_id($SESSid) I am able to
access all session variables declared before submitting the form, but
when I try to register new session variables in fromPP.php, for
example, by calling session_register("FROMPP_xid"), nothing happens.
There are no errors but this variable does not actually get registered.
If I start a new session in fromPP.php, then it works fine, but I
lose the state.
This looks like a bug to me.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11007&edit=2
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: tmjiang <email protected>: "[PHP-DEV] Bug #10931 Updated: IBM HTTP Server 1.3.12.2 can't load the php4apache.dll"
- Previous message: colin <email protected>: "[PHP-DEV] Bug #11035: make fails"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #11007 Updated: session_register() doesn't work after session_id(n)"
- Maybe reply: sniper <email protected>: "[PHP-DEV] Bug #11007 Updated: session_register() doesn't work after session_id(n)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

