Diego,
Sorry for taking so long to respond!
I've looked at your Session support, I like the way you implemented
it! I haven't tried to use it in an actual application yet, but I see
where it could be useful.
If you give your permission, I'd like to use your session support,
perhaps include it with Comanche. First, I'll need to develop a few
example applications (maybe you already have some?). Also, I've
noticed a few to-do items still there.
WRT clean-up code, I'm not sure what's the best way. A while ago I've
written a simple cron-like utility, but it could be an overkill for
this. Certainly, PWS-style approach seems plausible.
I'm a bit confused about HttpSession>>usedSince: -- it appears that it
should indicate that the given session WAS USED since the given time,
but in the implementation it seems that a better name would be
unusedSince:
Thanks for contributing code!
Bolot