Re: [PHP] Re: Trying to make my session code smarter
From: Gerard Samuel (php-general_at_trini0.org)
Date: 12/18/03
- Next message: John W. Holmes: "Re: [PHP] RE: PostNuke vs PHPNuke"
- Previous message: Yc Nyon: "RE: PostNuke vs PHPNuke"
- In reply to: Chris Shiflett: "Re: [PHP] Re: Trying to make my session code smarter"
- Next in thread: Chris Shiflett: "Re: [PHP] Re: Trying to make my session code smarter"
- Reply: Chris Shiflett: "Re: [PHP] Re: Trying to make my session code smarter"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: shiflett@php.net, Justin Patrin <papercrane@reversefold.com>, php-general@lists.php.net Date: Wed, 17 Dec 2003 19:32:51 -0500
On Wednesday 17 December 2003 11:58 am, Chris Shiflett wrote:
> You can use GET data, POST data, or cookies. Since these users opt to not
> use cookies, and you seem to not want to use GET data, I suppose passing
> the information via POST is the only option left. :-)
>
Its not that I dont want to use GET, Im just heeding the warning about its
insecurities from the manual.
The code Im writing, is meant for others to use, and may not have access to
ini directives.
But from what I've read in the archives (http://
marc.theaimsgroup.com/?l=php-general&m=107116421414558&w=2), that
something may be doable within my code.
Ill let it sit on the brain for a bit, and see what needs to be done,
where I can "safely" use the url rewriting feature, for this small
pecentage of users...
Thanks
- Next message: John W. Holmes: "Re: [PHP] RE: PostNuke vs PHPNuke"
- Previous message: Yc Nyon: "RE: PostNuke vs PHPNuke"
- In reply to: Chris Shiflett: "Re: [PHP] Re: Trying to make my session code smarter"
- Next in thread: Chris Shiflett: "Re: [PHP] Re: Trying to make my session code smarter"
- Reply: Chris Shiflett: "Re: [PHP] Re: Trying to make my session code smarter"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]