On 8/18/06, Paolo Campanella <[EMAIL PROTECTED]> wrote: > On Fri, 2006-08-18 at 18:11, Jay Truesdale wrote: > > > I'm having a strange problem with sessions. The first > > time through the code everything seems to work, i.e. I get a cookie > > from the client web browser and use the value of the cookie to restore > > the users session. The SECOND time through, however, the application > > hangs while trying to restore the session. > > > Has any one else experienced any thing like this before? > > Yes - if the session is not reliably untied at the end of the request; > try making very sure that it's getting untied (maybe execution is > stopping before this can happen).
So, it is considered 'good practice' or 'required practice' to do an untie at the end of a request? I can put this in a <%cleanup> section of the final compoent in the call tree, correct? I'll give this a try and see what happens. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

