On Tue, Jun 28, 2005 at 10:42:33AM -0700, Tom Jackson wrote: > On Tuesday 28 June 2005 08:13, Bas Scheffers wrote: > > > I'll have a look at the nscache module and see what I can do on creating > > sessions in Tcl this week. I am not a heavy user of them, but some "light" > > information like user_id and name and such will save me a roundtrip to the > > DB on every page. > > Here are some ideas using a file based storage:
If you're already using an RDBMS anyway, why would you want to store session info in files rather than the RDBMS? And if you don't have an RDBMS, I would consider linking in SQLite rather than using plain files. -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
