Re: [PHP] session vars for other session name
From: David T-G (davidtg-php_at_justpickone.org)
Date: 11/10/03
- Next message: Dan Joseph: "RE: [PHP] resource handle - keeping alive?"
- Previous message: Martin Helie: "Re: [PHP] resource handle - keeping alive?"
- In reply to: Marek Kilimajer: "Re: [PHP] session vars for other session name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 10 Nov 2003 11:02:04 -0500 To: PHP General list <php-general@lists.php.net>
Marek, et al --
...and then Marek Kilimajer said...
%
% David T-G wrote:
...
% >or so. But what does that buy me? How will then setting my password at
% >one level (presentation) also set it at another (gallery)?
%
% You will have the same session variables accessible in your script.
Oho. That's interesting, indeed.
By overwriting or by duplicating? That is, do I include the session name
when I access this data or does $pw in the gallery overwrite (or get
overwritten by) $pw in presentation?
%
% I forgot to mention you should do the same for $_GET and $_POST if you
% want it to work without cookies.
OK; will do. And what about $_SESSION as well?
%
% >TIA & HAND
again
:-D
-- David T-G * There is too much animal courage in (play) davidtg@justpickone.org * society and not sufficient moral courage. (work) davidtgwork@justpickone.org -- Mary Baker Eddy, "Science and Health" http://justpickone.org/davidtg/ Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
- application/pgp-signature attachment: stored
- Next message: Dan Joseph: "RE: [PHP] resource handle - keeping alive?"
- Previous message: Martin Helie: "Re: [PHP] resource handle - keeping alive?"
- In reply to: Marek Kilimajer: "Re: [PHP] session vars for other session name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|