• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Session Tracking in Wap

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using JSP/Servlets for a Wap Site
development. For some peculiar reasons of the wap
architecture i am not able to use the regular methods
of session tracking like cookies and url rewriting.
I can use only the hidden(postfield) form fields to
exchange the session ids between different servlets.

To get a reference to a existing session in a
servlet i am using the method of HttpSessionContext
like getSession(String id). But the interface
HttpSessionContext has been deprecated in the latest
versions of the jdk without any alternate
posibilities.

Can you provide me with any alternate methods in
which i can get a reference to the existing
HttpSession
object given its session id ?

Thanking you,

Yours sincerely,

B. R. C. Reddy.
 
Live ordinary life in an extraordinary way. Details embedded in this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic