This might be a stupid suggestion, but cant you just use two different
browsers to be logged in with two users at the same time?
Im guessing you want to demo some kind of comet behavior or similar
between two users?

Tim

On Feb 12, 5:25 pm, Meredith Gregory <lgreg.mered...@gmail.com> wrote:
> David,
>
> This is merely demoware -- nothing deployable. i simply need the following
> behavior
>
>    - gethttp://localhost:8080provides a login page (always)
>    - login sets up the session so that subsequent req's of the form
>    http://localhost:8080/mumble-with-session-infoprovide access to that
>    session's state
>
> This allows me to simulate two users using the system simultaneously without
> having to switch between logins.
>
> Best wishes,
>
> --greg
>
> On Thu, Feb 12, 2009 at 9:20 AM, David Pollak <feeder.of.the.be...@gmail.com
>
>
>
> > wrote:
> > Greg,
>
> > If each HTTP request to localhost had a new session, what would happen when
> > you log in?
>
> > If you can tell me a little more about your use case, I'll work on a
> > solution.
>
> > Thanks,
>
> > David
>
> > On Thu, Feb 12, 2009 at 9:09 AM, Meredith Gregory <
> > lgreg.mered...@gmail.com> wrote:
>
> >> Tim,
>
> >> Essentially, i want every request forhttp://localhost:8080to start up a
> >> new session. This should force login each time.
>
> >> Best wishes,
>
> >> --greg
>
> >> On Thu, Feb 12, 2009 at 3:30 AM, Tim Perrett <he...@timperrett.com>wrote:
>
> >>> Can you clarify what you mean by "instance"? You mean run jetty on
> >>> another TCP port other than 8080?
>
> >>> And by other browser do you mean two seperate apps (like firefox and
> >>> safari) or just two seperate windows in the same app?
>
> >>> Cheers
>
> >>> Tim
>
> >>> On Feb 12, 2:27 am, Meredith Gregory <lgreg.mered...@gmail.com> wrote:
> >>> > Lifted,
>
> >>> > Suppose i generate an instance of the basic lift archetype and then
> >>> start up
> >>> > jetty. If i point two different browsers at localhost:8080 they both go
> >>> to
> >>> > the same instance state. So, if i
>
> >>> >    - start up a browser, point it at localhost:8080, then login in
> >>> >    - then start up another browser, point it at localhost:8080, i get
> >>> to the
> >>> >    logged in page
>
> >>> > What do i need to do to configure jetty to start up another instance?
>
> >>> > Best wishes,
>
> >>> > --greg
>
> >>> > --
> >>> > L.G. Meredith
> >>> > Managing Partner
> >>> > Biosimilarity LLC
> >>> > 806 55th St NE
> >>> > Seattle, WA 98105
>
> >>> > +1 206.650.3740
>
> >>> >http://biosimilarity.blogspot.com
>
> >> --
> >> L.G. Meredith
> >> Managing Partner
> >> Biosimilarity LLC
> >> 806 55th St NE
> >> Seattle, WA 98105
>
> >> +1 206.650.3740
>
> >>http://biosimilarity.blogspot.com
>
> > --
> > Lift, the simply functional web frameworkhttp://liftweb.net
> > Beginning Scalahttp://www.apress.com/book/view/1430219890
> > Follow me:http://twitter.com/dpp
> > Git some:http://github.com/dpp
>
> --
> L.G. Meredith
> Managing Partner
> Biosimilarity LLC
> 806 55th St NE
> Seattle, WA 98105
>
> +1 206.650.3740
>
> http://biosimilarity.blogspot.com
--~--~---------~--~----~------------~-------~--~----~
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 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to