Re: [PHP] Passing variables between pages



On Fri, Sep 19, 2008 at 12:35 PM, tedd <tedd.sperling@xxxxxxxxx> wrote:

At 12:22 PM -0400 9/19/08, Jason Pruim wrote:

It's interesting that another topic (i.e. [PHP] SESSIONS vs. MySQL) is
discussing the differences in storing variables in SESSIONS as compared to
storing them in MySQL when using this technique would not require either.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


You've definitely raised an interesting topic.

Question though... a system requires different levels of access to see
various parts of the system. How does your method of doing things w/o
sessions accomidate that? Does it use that information from the origin
POST? Also, is this secure? Any loop holes?

--
-Dan Joseph

www.canishosting.com - Plans start @ $1.99/month.

"Build a man a fire, and he will be warm for the rest of the day.
Light a man on fire, and will be warm for the rest of his life."


Relevant Pages

  • Re: PHP strangeness
    ... > sessions turned off. ... Whoever can use PHP without ... interest for you: mySQL and session. ... Posted through www.w00tlinux.com/bb - free access to Linux newsgroups. ...
    (alt.os.linux.suse)
  • Re: [PHP] Passing variables between pages
    ... It's interesting that another topic (i.e. SESSIONS vs. MySQL) is ... discussing the differences in storing variables in SESSIONS as compared to ... > storing them in MySQL when using this technique would not require either. ... sorry to wade in on this one but it seem's like a bit of false logic to me; and isn't actually doing anything different than standard php functionality. ...
    (php.general)
  • Re: PHP strangeness
    ... > sessions turned off. ... Whoever can use PHP without ... interest for you: mySQL and session. ... this advise in case somebody else needs the trick. ...
    (alt.os.linux.suse)
  • Re: Reducing load for LAMP app?
    ... with PHP and MySQL to know the details. ... MySQL has a query cache. ... asking about the sessions. ...
    (comp.lang.php)
  • Re: [PHP] Passing variables between pages
    ... It's interesting that another topic (i.e. SESSIONS vs. MySQL) is ... discussing the differences in storing variables in SESSIONS as compared to ... > storing them in MySQL when using this technique would not require either. ... Note that $test is defined and populated with "This is a test" at the start of the parent script -- however, the contents of the variable remain regardless of which script you choose. ...
    (php.general)