Date: 03/31/00
- Next message: Nathaniel Price: "Re: [PHPLIB] Use of page_open"
- Previous message: Howard Ha: "RE: [PHPLIB] Session Hijacking"
- Next in thread: Nathaniel Price: "Re: [PHPLIB] Use of page_open"
- Reply: Nathaniel Price: "Re: [PHPLIB] Use of page_open"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've just taken on the task of developing some pages for a business with
an already well-developed configuration (I can't ask them to change
it). They use an auto_prepend of an header.inc file. This file
contains the call page_open(array("sess"=> "Their_Session")); The stuff
I wish to develop will probably require page_open(array("sess" =>
"My_Session", "auth" => "My_Auth", "perm" => "My_Perm"));
My question is, since I am seemingly unable to avoid the first
page_open(feature), what is the best way to accomplish the second call
to page_open(features)? Do subsequent calls merely overwrite previous
calls? Thanks ...
-- --------------------------------------------------------------------- Scott Holmes http://www.pacificnet.net/~sholmes sholmes <email protected>Independent Programmer/Analyst Passport 4GL HTML Composer Informix 4GL, SQL --------------------------------------------------------------------- There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy ---------------------------------------------------------------------
- PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in the body, not the subject, of your message.
- Next message: Nathaniel Price: "Re: [PHPLIB] Use of page_open"
- Previous message: Howard Ha: "RE: [PHPLIB] Session Hijacking"
- Next in thread: Nathaniel Price: "Re: [PHPLIB] Use of page_open"
- Reply: Nathaniel Price: "Re: [PHPLIB] Use of page_open"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

