Re: [Lift] Hooking up custom login logic with ProtoUser's logUserIn and actionsAfterSignup

2010-02-24 Thread dave
On Feb 24, 11:09 am, dave wrote: > On Feb 24, 10:33 am, Jeppe Nejsum Madsen wrote: > > > > > > > On Wed, Feb 24, 2010 at 7:21 PM, dave wrote: > > > Further investigation leads me to believe that each pathway is either > > > working in a different session or that Lift just doesn't know about my >

Re: [Lift] Hooking up custom login logic with ProtoUser's logUserIn and actionsAfterSignup

2010-02-24 Thread Jeppe Nejsum Madsen
On Wed, Feb 24, 2010 at 7:21 PM, dave wrote: > Further investigation leads me to believe that each pathway is either > working in a different session or that Lift just doesn't know about my > application's session. > > S.inStatefulScope_? returns true from the Lift pathway and false from > my own.

Re: [Lift] Hooking up custom login logic with ProtoUser's logUserIn and actionsAfterSignup

2010-02-24 Thread dave
Further investigation leads me to believe that each pathway is either working in a different session or that Lift just doesn't know about my application's session. S.inStatefulScope_? returns true from the Lift pathway and false from my own. I'll keep following this path, but, being a Lift newbie

[Lift] Hooking up custom login logic with ProtoUser's logUserIn and actionsAfterSignup

2010-02-23 Thread dave
Hello, I'm working on an application that has until now primarily used Lift for the mapper framework (1.1-M8). This includes us extending Meta/ MegaProtoUser to get the basic user account functionality while rolling our own servlets and front-end client (not using Lift). Now we want to make use