about session ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nehamaru
    New Member
    • Jul 2007
    • 12

    about session ?

    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 ?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by nehamaru
    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 ?
    I'd recommend doing a google search for a sessions tutorial.

    Comment

    • itsraghz
      New Member
      • Mar 2007
      • 124

      #3
      Originally posted by nehamaru
      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 ?
      Try reading it in the Servlet's Specification. Search in Google for Servlet Spec, you will get it.

      Comment

      Working...