Hi,

 

I'm trying to have a user signed on directly with an id rather than the 
username/pwd when a new user is created. This gives me some trouble seeing as 
the boolean signedIn is private.

 

I considered writing my own WebSession to handle this, but the problem here is 
that there is no interface for the AuthenticatedWebSession and the 
AuthenticatedWebApplication requires it's session to extend 
AuthenticatedWebSession. I guess I can write a new class extending 
WebApplication to handle this, is that the intent here?

 

Otherwise, is it possible to have an interface for the AuthenticatedWebSession 
or the signedIn made protected rather than private?

 

Alexander

 

 

Reply via email to