954,536 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

session

Hi

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

Thanks inadvance
arun

arunprashanth
Newbie Poster
17 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

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

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

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

by
arun

arunprashanth
Newbie Poster
17 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

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 .:)

msi_333
Newbie Poster
22 posts since Jun 2007
Reputation Points: 10
Solved Threads: 4
 

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

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You