Cimballi
unread,Aug 17, 2010, 10:07:56 AM8/17/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JOpenID Discussion Group
Hi,
I am facing a strange problem while using JOpenID. I have a
OpenIdServlet which is very similar to the sample one, and so when I
first call the servlet, variables are set in the HttpSession and I am
redirected to the OpenID provider, but when the provider calls the
return to url, the old HttpSession is not used, a new one is created
and of course the variables are not there and so the process cannot
complete.
Does anybody have an idea about what is causing the first session not
being reused ? Thanks !
Cimballi