On the topic of sessions, thanks for the reference. Seeing in the code, how it avoided using cookies as session id, is going to help us out. As you probably are aware there are problems with cookies (IE not always returning the cookie, especially during a redirect).
I have some Tcl code that handles sessions using cookies, which I may hopefully be porting to run on mod_dtcl in the near future. I'll probably alter it to stop using cookies right now. -- Mark Hubbard: [EMAIL PROTECTED] Microsoft Certified Professional "Never apply a Star Trek solution to a Babylon 5 problem." ----- Original Message ----- From: David N. Welton <[EMAIL PROTECTED]> > Yep... we have some code in WebSH (tcl-websh in CVS) that does > sessions quite nicely. I would like to see about making it 'portable' > between different apache tcl projects. > > -- > David N. Welton --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
