Re: [PHP] Reliability of sessions

2002-04-05 Thread Michael Virnstein
On the page you start the session, ${session_name()} isn't set. so if you need that on the first page too, you should do the following "Thomas Deliduka" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I use them because 'sid' isn't always populated and, w

Re: [PHP] Reliability of sessions

2002-04-05 Thread Meitiner
I hope you don't live in Bethlehem Erik Price wrote: > On Thursday, April 4, 2002, at 04:40 PM, Thomas Deliduka wrote: > > > I have a quick question for a veteren of sessions out there. > > I'd trust sessions with my life. > > > > Erik Price > Web Developer Temp > Media Lab, H.H. Brown > [

Re: [PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
I use them because 'sid' isn't always populated and, who knows, some browser may not handle cookies right and then lose a session. I do it to make sure, to be absolutely sure that it will work. On 4/4/02 5:19 PM this was written: > If you made your link like this: it tacks > on the name plus t

Re: [PHP] Reliability of sessions

2002-04-04 Thread Richard Baskett
rit to be encumbered with your old nonsense." - Ralph Waldo Emerson > From: Thomas Deliduka <[EMAIL PROTECTED]> > Date: Thu, 04 Apr 2002 17:09:20 -0500 > To: PHP List <[EMAIL PROTECTED]> > Subject: Re: [PHP] Reliability of sessions > > On 4/4/02 4:56 PM this was wri

Re: [PHP] Reliability of sessions

2002-04-04 Thread Erik Price
On Thursday, April 4, 2002, at 04:40 PM, Thomas Deliduka wrote: > I have a quick question for a veteren of sessions out there. I'd trust sessions with my life. Erik Price Web Developer Temp Media Lab, H.H. Brown [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
On 4/4/02 4:56 PM this was written: > How do you pass session IDs via strings? Can you describe in few words > please? Well, I know that SID is a defined constant (see session functions in the online PHP manual) but just to be sure, I created my own functions: function sessinfo() { return s

Re: [PHP] Reliability of sessions

2002-04-04 Thread Richard Baskett
L PROTECTED]> > Subject: Re: [PHP] Reliability of sessions > > On 4/4/02 4:46 PM this was written: > >> I am not sure about the reliability of sessions, but the way I do it is >> also through several processes, and the information passed via > type=hidden na

Re: [PHP] Reliability of sessions

2002-04-04 Thread Jason Lotito
- PHP Developer's Network www.newbienetwork.net - Original Message - From: "Thomas Deliduka" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 4:54 PM Subject: Re: [PHP] Reliability of sessions > On 4/4/02 4:46 PM this w

RE: [PHP] Reliability of sessions

2002-04-04 Thread Rodolfo Gonzalez
On Thu, 4 Apr 2002, Vladislav Kulchitski wrote: > Even though sessions are more handy, I still don't know what happens if > cookies are disabled in the client's browser. You don't even need to use cookies to support sessions. It's all in the manual. Regards, Rodolfo. -- PHP General Mailing L

RE: [PHP] Reliability of sessions

2002-04-04 Thread Vladislav Kulchitski
, 2002 4:54 PM To: PHP List Subject: Re: [PHP] Reliability of sessions On 4/4/02 4:46 PM this was written: > I am not sure about the reliability of sessions, but the way I do it is > also through several processes, and the information passed via type=hidden name=name value=$name> I can demon

Re: [PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
On 4/4/02 4:46 PM this was written: > I am not sure about the reliability of sessions, but the way I do it is > also through several processes, and the information passed via type=hidden name=name value=$name> I can demonstrate it if you want. That's what I was wanting to avoid. That's a lot of

RE: [PHP] Reliability of sessions

2002-04-04 Thread Vladislav Kulchitski
ser. Vlad -Original Message- From: Thomas Deliduka [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 4:40 PM To: PHP List Subject: [PHP] Reliability of sessions I have a quick question for a veteren of sessions out there. We're building a shopping cart and I'm play

[PHP] Reliability of sessions

2002-04-04 Thread Thomas Deliduka
I have a quick question for a veteren of sessions out there. We're building a shopping cart and I'm playing with the idea of keeping the checkout information such as Shipping and billing address in a session variable until I retrieve it at checkout. The checkout is a step process: Shipping info