[Lift] Re: Jetty Session problem

2009-05-14 Thread sailormoo...@gmail.com
Hi: It just happened once so I cannot tell exactly the reason. However from the logs it seems there is a wierd GET command with jsession id, while most of the commands aren't. Proxy Server? Is it in my configuration ? Or just they use the same proxy server?? And may I ask if I can dis

[Lift] Re: Jetty Session problem

2009-05-14 Thread marius d.
Are you trying to use different sessions of the same app in different browser tabs? Br's, Marius On May 14, 2:42 pm, "sailormoo...@gmail.com" wrote: > Hi : > >   The Jetty server just happened a weird bug, some ppl seems to get > into another ppl's session, > as a logined user but it's another

[Lift] Re: Jetty Session problem

2009-05-14 Thread Viktor Klang
I've seen this happen to other session based java web frameworks, oftentimes it's been caused by improperly configured proxies or terminal servers. Does this help you? Viktor, Rogue Software Architect 14 maj 2009 kl. 17.43 David Pollak skrev: > > > On Thu, May 14, 2009 at 4:42 AM, sailor

[Lift] Re: Jetty Session problem

2009-05-14 Thread David Pollak
On Thu, May 14, 2009 at 4:42 AM, sailormoo...@gmail.com < sailormoo...@gmail.com> wrote: > > Hi : > > The Jetty server just happened a weird bug, some ppl seems to get > into another ppl's session, All session state in Lift is managed using JSESSIONID. Session management is a simple and solid

[Lift] Re: Jetty Session problem

2009-05-14 Thread Timothy Perrett
I've never seen this before, ever. Can you describe how your system works etc? Cheers, Tim On May 14, 12:42 pm, "sailormoo...@gmail.com" wrote: > Hi : > >   The Jetty server just happened a weird bug, some ppl seems to get > into another ppl's session, > as a logined user but it's another one's