Is there a SimpleSessionHandler equivilent in Axis2 ? Something to handle multiple services ?
Thanks, iksrazal Em Sexta 02 Dezembro 2005 15:38, o Davanum Srinivas escreveu: > SimpleSessionHandler? > > On 12/2/05, iksrazal <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I want to allow a user to authenticate once, generate some token that can > > timeout, and pass this token in on subsequent requests: > > > > 1) I have several services so I can't use maintainSession(true) ; > > 2) I'd like to avoid handlers and HTTPConstants.HEADER_COOKIE . > > > > I've had great luck generating this token via EJB session.getHandle(); > > My current system, however, does not use EJB. > > > > Question: Anyone know a non-ejb, non-HTTPSession way to generate on the > > web service side a token that can time out and be validated? > > > > iksrazal > > -- > Davanum Srinivas : http://wso2.com/blogs/
