Hi,

In setting up the logon of our application, I'd like to use the 
AuthenticatedWebSession to hold some additional information. There shouldn't be 
a problem with that I assume, however I'm getting a problem with this.

It seems the session isn't created until the user encounters an 
@AuthorizeInstantiation("..."), but there are parts of the page which doesn't 
require authentication and thus no session for me to use. Is there a better 
strategy for containing the business layer main object, or a way to ensure that 
the AuthenticatedWebSession is created at the same time as the Application?

Alexander

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to