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).

I tried this with index.html. With no unite it hangs after I refresh
the page.  With the untie in place I can bang on the refresh and it
works! Awesome!

Thanks for the tip!

-------------------------------------------------------------------------
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
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to