[PHP] session register()

2006-03-11 Thread suresh kumar
i am facing two problems in my project. 1) whether i can store variable as session variable inside javascript function 2)Is there any function available to calculate idle time of user . i am waiting for reply from u

Re: [PHP] session register()

2006-03-11 Thread Satyam
- Original Message - From: suresh kumar [EMAIL PROTECTED] To: php php-general@lists.php.net Sent: Saturday, March 11, 2006 4:51 PM Subject: [PHP] session register() i am facing two problems in my project. 1) whether i can store variable as session variable inside javascript

RE: [PHP] Re: PHP Session register variable not always restored with contents

2002-10-26 Thread Victor Soroka
On Thu, 24 Oct 2002 21:26:30 +, John W. Holmes wrote: What is supposed to be in the session? Maybe these users are just denying cookies? Maybe... But my php compiled with --use-trans-sid and use this feature. In the session i store account, access timestamp etc... P.S. And 10% of traffic

[PHP] Re: PHP Session register variable not always restored with contents

2002-10-24 Thread Victor Soroka
I have same troubles!!! I use php internet trade traffic system, and 10-20% of visitors lose their sessions data. Cut from logs: Remote address: ## Referer: http://mydomain.com/ URI: /out.php?id=1PHPSESSID=235a91cef853e750a6b67a70375e7d88 User-agent: Mozilla/4.0 (compatible; MSIE 5.5;

RE: [PHP] Re: PHP Session register variable not always restored with contents

2002-10-24 Thread John W. Holmes
What is supposed to be in the session? Maybe these users are just denying cookies? ---John Holmes... -Original Message- From: Victor Soroka [mailto:vs240;yahoo.com] Sent: Thursday, October 24, 2002 10:08 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP Session register variable

[PHP] PHP Session register variable not always restored with contents

2002-09-30 Thread Brad Hanson
I have been trying to save a variable using PHP sessions. What I find is that while most of the time the variable content is restored and available on the subsequent pages, however there are times that the variable seems to be there but the contents are not. If I hit the browser refresh a

RE: [PHP] PHP Session register variable not always restored with contents

2002-09-30 Thread John W. Holmes
I have been trying to save a variable using PHP sessions. What I find is that while most of the time the variable content is restored and available on the subsequent pages, however there are times that the variable seems to be there but the contents are not. If I hit the browser refresh

[PHP] session register!!

2002-02-08 Thread Cristian Cerda
Hi there, hope you can help me with my problem. I'm trying to set up a PHP/MySQL web site using session variables to pass information between pages. So far no good. I did set register_globals to On on the php.ini file. But when i use for example session_register(the_var) in one page ( using

Re: [PHP] session register!!

2002-02-08 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Cristian Cerda declared Hi there, hope you can help me with my problem. I'm trying to set up a PHP/MySQL web site using session variables to pass information between pages. So far no good. I did set register_globals to On on

Re: [PHP] session register!!

2002-02-08 Thread Cristian Cerda
yes i did. Nick Wilson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Cristian Cerda declared Hi there, hope you can help me with my problem. I'm trying to set up a PHP/MySQL web site using session variables to pass information between pages. So far no good.

Re: [PHP] session register!!

2002-02-08 Thread Erik Price
On Friday, February 8, 2002, at 02:15 PM, Cristian Cerda wrote: I did set register_globals to On on the php.ini file. But when i use for example session_register(the_var) in one page ( using session_start() at the beginning), i don't get anything on the next page if i do echo $the_var . I

Re: [PHP] session register!!

2002-02-08 Thread Cristian Cerda
yes, and didn't work. Erik Price wrote: On Friday, February 8, 2002, at 02:15 PM, Cristian Cerda wrote: I did set register_globals to On on the php.ini file. But when i use for example session_register(the_var) in one page ( using session_start() at the beginning), i don't get anything

Re: [PHP] session register!!

2002-02-08 Thread Janet Valade
- From: Cristian Cerda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 08, 2002 11:15 AM Subject: [PHP] session register!! Hi there, hope you can help me with my problem. I'm trying to set up a PHP/MySQL web site using session variables to pass information between pages

[PHP] Session Register Problem

2001-07-24 Thread Curts
This code was working 4 weeks ago, i swear. When i attempt a login, it goes through this script all the way to the Header once a successful login as happened. Everything in this code block works correctly, except that the variables don't exist in the session. It's almost as if the