HttpSession problem in Google App Engine/J
- by Tahir Akram
I am writting a Twitter web app by using Twitter4J on GAE/J.
I am saving Twitter and Request Token objects in session so that to be used after call back.
I have two servlets. IndexServlet sets session and HomeServlet get from session (hits on call back by twitter oAuth).
If I comment out session handling lines in both servlets then call backs…