=> We known that Http is stateless, means when we open a web page and fill some information and then move to next page the data which we have entered will lost.
The session object is used to maintain the session of each user. If one user enter in to the application then they get sessionid if he leaves from the application then the session id is deleted.If they again enter in to the application they get different sessionid.
0 comments:
Post a Comment