Hi,
I have a web application written in php 4.0 running on a apache server. The scripts are on a hp unix box.
I am using direct oracle connection using OCI functions.
The problem is, when the application is kept open for more that 30 minutes or so, i lose connections. This forces the user to re-login to the system very often. As you can guess, the users are not happy about having to sign-in frequently.
I lloked at my php scripts and removed "cache-control:no-cache" and page expiration parameters from the header. Still it didn't help.
Can any one let me know what could be the problem?
Thanks,
Madhu
I have a web application written in php 4.0 running on a apache server. The scripts are on a hp unix box.
I am using direct oracle connection using OCI functions.
The problem is, when the application is kept open for more that 30 minutes or so, i lose connections. This forces the user to re-login to the system very often. As you can guess, the users are not happy about having to sign-in frequently.
I lloked at my php scripts and removed "cache-control:no-cache" and page expiration parameters from the header. Still it didn't help.
Can any one let me know what could be the problem?
Thanks,
Madhu