Hi

what purpose of HttpSessionContext? all the session information
are stored this place.

Thanks inadvance
arun

Recommended Answers

All 4 Replies

HttpSessionContext a public abstract interface which was deprecated and should not be used because of security reasons. What are you trying to do?

Thanks for your replay.
i want know where or which path the session information stored either client or server.(HttpSession)

by
arun

This depends on your application , there is something called session ID .this can be saved at the client and server side.The server extract the session ID from the HTTP request to identify the current session .:)

Unless you're writing a webserver you don't need to know.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.