Re: [PHP] About XML XSLT

2007-07-27 Thread mamad876
Hi all, I agree with Jim, for start you can play with .htaccess and ModRewrite module. for more information see apache docs or you can also check out how in httpd.conf accessing .htaccess from clients browser is limited and you can use the same code for all of your .xml and .xslt files. Best

Re: [PHP] Multiple session

2007-07-27 Thread mamad876
Hi, The idea is to add some kinda ping to your web site with Ajax so as far as you receive pings you know that the use kept his/her browser open and when it stops sending pings either the browser is closed or the net connection is down, and then delete the user session and try to log it out. and