RE: [PHP] About Session And Cookies

2007-08-18 Thread Sanjeev N
- Submit your website URL http://webhosting.sanchanworld.com - Choose your best web hosting plan -Original Message- From: Kelvin Park [mailto:[EMAIL PROTECTED] Sent: Saturday, August 18, 2007 3:32 AM To: php-general@lists.php.net Subject: [PHP] About Session And Cookies I am trying to setup

RE: [PHP] About Session And Cookies

2007-08-17 Thread Bastien Koert
Subject: RE: [PHP] About Session And Cookies> > Kelvin,> > Sessions is just one of the items recommended for an e-commerce website. I> seem to recall that if cookies were not enabled that there was a way of> passing the session id in the URL as a "Get" parameter.>

RE: [PHP] About Session And Cookies

2007-08-17 Thread Warren Vail
Message- From: Kelvin Park [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 3:02 PM To: php-general@lists.php.net Subject: [PHP] About Session And Cookies I am trying to setup a secure login system. I've heard that if I use just cookies for login, members without cookie turned out wo

[PHP] About Session And Cookies

2007-08-17 Thread Kelvin Park
I am trying to setup a secure login system. I've heard that if I use just cookies for login, members without cookie turned out won't be able to see the member pages. Is using session recommended for e-commerce websites with shopping carts? Or, using both of them might be more effective in some

Re: [PHP] »Ø¸´:Re: [PHP] about session

2005-04-24 Thread Richard Lynch
On Sat, April 23, 2005 4:06 am, [EMAIL PROTECTED] said: > that 's say I must session_register at fitst ,and use $_SESSION['time'] at > secoend? In theory, these two are the same: However, the session_regsiter is the "old way" and is deprecated. So, don't do that in any new code you write.

[PHP] 回复:Re: [PHP] about session

2005-04-23 Thread bitblackbug
have a text input . how can i get the text input's value when the submit button 's clicked? From: Devraj Mukherjee To: [EMAIL PROTECTED] Subject: Re: [PHP] about session Sent: Sat Apr 23 18:19:14 CST 2005 > > $_SESSION['time'] accesses or sets the value of the

[PHP] about session

2005-04-23 Thread bitblackbug
hi,everyone. can someone tell me the differences between the $_SESSION['time'] and session_register. thanksÉÁµçÓʼþ£¬¿ìËÙÎȶ¨£¬°²È«¿É¿¿£¡£¡ÓÐÎÒΪÄ㵲סÀ¬»øÓʼþ£¡

RE: [PHP] about session

2001-02-13 Thread Maxim Maletsky
: [EMAIL PROTECTED] Subject: [PHP] about session how can i update the php3 to php4 in linux? thx! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP] about session

2001-02-13 Thread JW
how can i update the php version 3 to version 4 in linux? whether should i update Apache and SSL too? thank you! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-

[PHP] about session

2001-02-13 Thread JW
how can i update the php3 to php4 in linux? thx! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] about session

2001-02-13 Thread Ankur Verma
To: <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 12:04 PM Subject: [PHP] about session > i want to know whether session is not work before the version php4? > thx! > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL P

RE: [PHP] about session

2001-02-13 Thread Maxim Maletsky
Sessions were introduces in PHP4. In PHP3 only PHPLIB could do this kind of job which wasn't a part of the package. Cheers, Maxim Maletsky -Original Message- From: JW [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 3:34 PM To: [EMAIL PROTECTED] Subject: [PHP]

[PHP] about session

2001-02-13 Thread JW
i want to know whether session is not work before the version php4? thx! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]