Who creates jsessionid?



Who creates jsessionid?..

Answer / Rakesh Singh Kutiyal

jsessionid is created by the Java EE application server (e.g., Tomcat, JBoss). It's a session identifier used to track user sessions in servlets and JSP applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between runtime version and version?

1 Answers  


how we can solve machine key error in asp.net?

3 Answers  


how many script manager controls are used in Ajax web page?

7 Answers   CSC, Health Prime Services, TCS,


What is the difference between c# and .net?

1 Answers  


What is postback pixel?

1 Answers  


How can we communicate with each server in N-tier Architecture? and what are the methods?

1 Answers   Wipro,


what to magage the state manament in asp.net with respect to in_prock and out_prock

1 Answers   Aviva,


can any one tell about web services?

5 Answers  


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

1 Answers   InfoAxon Technologies,


asp.net page is a object or not?

5 Answers  


What is paging in context of Memory?

1 Answers   Microsoft,


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Categories