Matt Feifarek notes below that Dynamic sessions haven't been working for a while. So far as I can tell in 0.7, they seem to work OK. Am I missing something?
I've been thinking about getting a little more current with CVS, but I need the Dynamic sessions. Is there anything else that worked in 0.7 but doesn't now? (That's way too broad a question, sorry. How about "anything you can think of that worked ....") Cheers! -- David Hancock | [EMAIL PROTECTED] | 410-266-4384 -----Original Message----- From: Matt Feifarek [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 11:55 AM To: Michael Engelhart Cc: [EMAIL PROTECTED] Subject: Re: [Webware-discuss] session expiration handler Michael Engelhart wrote: > BTW, it appears that expiring() doesn't get called on application > shutdown. Any ideas on what the deal is with that? I think that the theory is that you could restart the application, and it can pick up the sessions and go, without expiring them. If they actually are expired (too old) they will, but just stopping the server (perhaps in a restart situation) will keep session data alive. I think it's a good idea, but since "Dynamic" sessions haven't been working for a while, it's probably moot. In any case, you could MixIn your code in any of the relevant methods; expiring is just what we use. Good luck. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
