Re: Suppressing Session creation?
Joshua Paine <[email protected]> Wed, 25 Jul 2007 17:18:46 -0400
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Michael Platzer wrote: > implement your own SessionManager I'm glad that's possible, but let me tell you how eager I am to do it. Ok, done. ;-) > There is currently no way to suppress the creation of sessions To take another approach, is there a way I could just delete the Session on the same page? I assume Session creation is not particularly expensive, so that might be almost as good. If sessions can't be deleted, that brings up another issue I had--how do I logout a user? -Joshua