Chas, What happens if you access one under 127.0.0.1 and the other under localhost? Do you still see this?
Cheers, Tim Sent from my iPhone On 1 Nov 2008, at 23:16, "Charles F. Munat" <[EMAIL PROTECTED]> wrote: > > I don't know if anyone else has observed this behavior, but... > > When I run my Lift app (mvn jetty:run) on port 8888, and > simultaneously > run the Lift sample app (mvn jetty:run) on port 8080, the > SessionVars in > my app get hosed. I have a CurrentUserId session variable, and it just > disappears, causing the user to be logged out. > > This happens whether I'm doing anything on the Lift sample site or > not. > It happens in Firefox 3. I have not tested it in any other browser. > > Does the browser ignore the port when setting session variables > (cookies, I presume)? > > My suspicion is that the clock on the Lift sample app runs (every ten > seconds) and that resets the session, and that the same session is > being > used for both apps for some reason. But I am only guessing as I > haven't > had time to look. > > Not sure how important this is, but here's a heads up. > > Chas. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
