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 liftweb@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to