RE: [PHP-WIN] Sessions/security

2001-01-17 Thread Boget, Chris
> Try looking at register_shutdown_function at > http://www.php.net/manual/en/function.register-shutdown-function.php >From the documentation: "int register_shutdown_function (string func) Registers the function named by func to be executed when script processing is complete." What qualifies a

Re: [PHP-WIN] Sessions/security

2001-01-17 Thread Jan Walter
Thomas Kryger wrote: > I am using this in my logon script: > function close() > { > if (connection_aborted() > 0) > { > @session_destroy(); > } > } > > register_shutdown_function("close"); ...sounds good, thakx a lot. -- _

RE: [PHP-WIN] Sessions/security

2001-01-17 Thread Thomas Kryger
gards, Thomas D. Kryger FICS Danmark -Original Message- From: Jan Walter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 17, 2001 11:06 AM To: Ignatius Teo; PHP Mailing list Subject: Re: [PHP-WIN] Sessions/security Ignatius Teo wrote: > Have a look at http://phplib.netuse.de I a

Re: [PHP-WIN] Sessions/security

2001-01-17 Thread Jan Walter
Ignatius Teo wrote: > Have a look at http://phplib.netuse.de I am afraid it does not work as I described, because if I visit another site, go back and refresh, everything seems ok. -- __

RE: [PHP-WIN] Sessions/security

2001-01-16 Thread Ignatius Teo
SGF2ZSBhIGxvb2sgYXQgaHR0cDovL3BocGxpYi5uZXR1c2UuZGUNCg0KPiAtLS0tLU9yaWdpbmFs IE1lc3NhZ2UtLS0tLQ0KPiBGcm9tOiBKYW4gV2FsdGVyIFttYWlsdG86am9obkBsZXJhY2guY3pd DQo+IFNlbnQ6IFdlZG5lc2RheSwgMTcgSmFudWFyeSAyMDAxIDA5OjI1DQo+IFRvOiBQSFAgTWFp bGluZyBsaXN0DQo+IFN1YmplY3Q6IFtQSFAtV0lOXSBTZXNzaW9ucy9zZWN1cml0eQ0

[PHP-WIN] Sessions/security

2001-01-16 Thread Jan Walter
Hi all, I have the following questions concerning sessions/security/...: -A- Is there any way, how to handle, whether the user leaves my site? I know, how to deny access, when user comes to my site from another for the first time (after browser launch), or from another page of my site. What I wa