JSP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 452 Page Views: 

How can I enable session tracking for JSP pages if the browser has disabled cookies?



Posted By: Avi Date: 3 November 2010 08:48:57 PM
 Answer:

You can still use session tracking using URL rewriting and it should to append the session ID for each and every link that is part of your servlet response in order to URL rewriting to be effective.


Posted By: avibtech


Date: 3 November 2010 08:48:57 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image Bis3Dj
Related Questions
JSP : How  response has already been committed error?

How response has already been committed error?

This error occurs only when tring to redirect a page after flushing the output buffer and the reason....
Category: JSP Date: 11/3/2010 11:09:57 PM
JSP : How can I enable session tracking for JSP pages if the browser has disabled cookies?

How can I enable session tracking for JSP pages if the browser has disabled cookies?

You can still use session tracking using URL rewriting and it should to append the session ID for ea....
Category: JSP Date: 11/3/2010 8:48:57 PM
JSP : What is deployment descriptor?

What is deployment descriptor?

A deployment descriptor is an XML based file which describes a web application's  deployment se....
Category: JSP Date: 11/3/2010 3:31:59 PM
JSP : What is Server side push?

What is Server side push?

It used to refresh a servlet and that happens when client first connects to Server, then Server keep....
Category: JSP Date: 11/3/2010 2:26:57 PM
JSP : What are the parameters for service method ?

What are the parameters for service method ?

ServletRequest and ServletResponse
Category: JSP Date: 11/3/2010 1:53:57 PM