hello friend i dont have idea about session , so i want to know can session shares data across mulitiple web application from same servlet container/web server. and when the session is invalidated ?
about session ?
Collapse
X
-
I'd recommend doing a google search for a sessions tutorial.Originally posted by nehamaruhello friend i dont have idea about session , so i want to know can session shares data across mulitiple web application from same servlet container/web server. and when the session is invalidated ? -
Try reading it in the Servlet's Specification. Search in Google for Servlet Spec, you will get it.Originally posted by nehamaruhello friend i dont have idea about session , so i want to know can session shares data across mulitiple web application from same servlet container/web server. and when the session is invalidated ?Comment
Comment