mod_dtcl by itself does not provide sessions :( However I've written some pieces of code which allow to use mySQL for sessions. I may send it to you, but it's a bit messy :( [it may require code changes to work apart from my small user/password system]
But you may write one yourself, it isn't that complicated. It uses headers setcookie and $COOKIES() to store sessions IDs and SQL to store data. -- WK --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
