Re: [PHP-DB] My $_SESSION['''] variables are expiring!

2005-10-29 Thread Ron Piggott
Charles I am using Firefox already.  This is why I was wondering how I
can find out what the server settings are with my web site hosting
company and see if their end expired the variables.  When this happened
I had used the web based application I am developing less than 20
seconds prior.  Ron

On Sat, 2005-29-10 at 01:43 -0400, Charles Morris wrote:
  
 if you are using session cookies (memory resident in the browser)
 some versions of browsers including IE and the safari have problems
 with this.
  
 if this is the problem, it times out after like 10 - 15 seconds.
  
 try it in firefox to see if this is the problem.
 (firefox has no problem)
 
  
 On 10/28/05, Ron Piggott [EMAIL PROTECTED] wrote: 
 My $_SESSION['variable'] 's are expiring.  How do I find what
 my web
 site hosting company has their length set to so I may have
 them 
 adjusted?
 
 They just expired while I was actively using the associated
 scripts.
 Once the web site hosting computer lost track of the user
 session number
 generated when I logged in the script couldn't access my
 settings! 
 
 Ron
 
 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 
 
 -- 
 ---
 Charles Morris
 [EMAIL PROTECTED]
 
 CS Systems GroupOld Dominion University 
 http://www.cs.odu.edu/~cmorris
 http://www.cs.odu.edu/cspage/systemstaff.html
 --
  
 Caution! Under no circumstances confuse the mesh with the interleave
 operator, except under confusing circumstances! -- the INTERCAL
 manual
 They that give up essential liberty to obtain
 a little temporary safety deserve neither 
 liberty nor safety. -- Benjamin Franklin, 1759
 The only secure computer is one that's unplugged, locked in a
 safe, and buried 20 feet under the ground in a secret location...
 and i'm not even too sure about that one--Dennis Huges, FBI. 

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



RE: [PHP-DB] My $_SESSION['''] variables are expiring!

2005-10-29 Thread Bastien Koert
You need to have them check the php.ini file. This holds all the info about 
the installation. If It might be that the browser is not accepting the 
session cookies, which is a possibility. The options then are to:


1. store the session id in the URL
2. place the session id in a hidden field
3. try placing it in a regular cookie.

You may want to check your browser setting to ensure that the browser 
accepts cookies from your site


Bastien



From: Ron Piggott [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: PHP DB php-db@lists.php.net
Subject: [PHP-DB] My $_SESSION['''] variables are expiring!
Date: Fri, 28 Oct 2005 20:59:34 -0400

My $_SESSION['variable'] 's are expiring.  How do I find what my web
site hosting company has their length set to so I may have them
adjusted?

They just expired while I was actively using the associated scripts.
Once the web site hosting computer lost track of the user session number
generated when I logged in the script couldn't access my settings!

Ron

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



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



[PHP-DB] My $_SESSION['''] variables are expiring!

2005-10-28 Thread Ron Piggott
My $_SESSION['variable'] 's are expiring.  How do I find what my web
site hosting company has their length set to so I may have them
adjusted?  

They just expired while I was actively using the associated scripts.
Once the web site hosting computer lost track of the user session number
generated when I logged in the script couldn't access my settings!

Ron

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