php-windows Digest 14 Nov 2007 19:35:18 -0000 Issue 3366
Topics (messages 28592 through 28593):
Re: Time out and re login
28592 by: vikas batra
HTTP compression methods
28593 by: Lewis Kapell
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
This problem is seems to be due to session expiry. session is getting expired
after some time, increase session expire time in your .htaccess file.
use this
session.cache_expire = 180 // in seconds
or
session.gc_maxlifetime = 1440
or
session.cookie_lifetime = 0
try to use this, i think ur problem will be solved.
Regards.
Vikas Batra
----- Original Message ----
From: Harpreet <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Tuesday, 13 November, 2007 8:57:35 AM
Subject: [PHP-WIN] Time out and re login
Regards,
Harpreet Kaur
Sr. Application Developer
Crispin Corporation
(919) 367-7911
(919) 696-0515 (Cell)
Group
We have a web application which requires login into a database. At one
of the customer sites if once logged in and page is left alone the page
times out and requires a re login whereas when tested on my machinist
never logs me out even if I leave the page all day.
What could be causing the page to timeout? The whole website is created
using php and is running on apache. Database is MSDE.
Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Get the freedom to save as many mails as you wish. To know how, go to
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
--- End Message ---
--- Begin Message ---
I wonder if anyone has evaluated the zlib compression feature in the
Windows version of PHP (enabled by setting zlib.output_compression in
php.ini) and compared it with the performance of the builtin HTTP
Compression in Microsoft's Internet Information Server.
I found a discussion on this very list back in 2004, in which the
statement was made that zlib compression is dangerous because of
browsers that don't interpret the compressed data correctly. I wonder
if this situation is different now, since buggy browsers such as
Netscape 4 are hardly ever used any more.
--
Thank you,
Lewis Kapell
Computer Operations
Seton Home Study School
--- End Message ---