[EMAIL PROTECTED] Session handling when Time is changed on the machine where apache http server is running

2006-04-11 Thread Durga Prasad \(duprasad\)
Hi All, I have machine where Apache server is running, i am managing that machine through web using the Apache http server. I have an option to change the machine timing through web, when i change the time of the machine i am losing the connection to apache server (i am not getting any

RE: [EMAIL PROTECTED] Session handling when Time is changed on the machine where apache http server is running

2006-04-11 Thread Axel-Stéphane SMORGRAV
Apache does not know about sessions. HTTP is stateless. If you are running PHP, it's a PHP problem. -ascs From: Durga Prasad (duprasad) [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 11, 2006 9:52 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED]

RE: [EMAIL PROTECTED] Session handling when Time is changed on the machine where apache http server is running

2006-04-11 Thread Durga Prasad \(duprasad\)
Hi Ascs, Thanks for your immediate reply. I am using Java Script. If I change the time of the machine on which apache is running will it affects any operation of the http server, I agree that HTTP is state less, but could you please let me know how the sessions are handled by apache. Thanks,