-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, Nov 13, 2006 at 11:04:13PM +0100, Hans de Groot wrote:
> Hi,
> 
> I have been looking at the perl sections part.

[...]

> But would a reload of the httpd.conf kill the open sessions of visitors
> of the website? I always asumed it would but maybe I am wrong here. 

If you stop Aache *gracefully* (which I would assume happens in a
reload), it'll keep the open connections (the children with open
connections die after closing).

Whatever happens to the sessions depends on what your notion of session
is and how you manage it (if "session" to you is what it means around
here, you'll keep relevant data in persistent storage, typically
server-side and the client keeps a token for it (e.g. URL part, cookie,
hidden form field). So there is no need for it to die, even when completely
stopping and re-starting Apache).

Regards
- -- tomás
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFFWVmaBcgs9XrR2kYRAkZWAJ9zbzFgtOc/qgZXzOdVL6UU7AkxtgCeLvjE
DMfb+30nu6uZ74MgwMo2SqM=
=kbA8
-----END PGP SIGNATURE-----

Reply via email to