If the cookies on the client side is disable ie., no cookies to track session. Then how one will be able to track session.thanks

Showing Answers 1 - 2 of 2 Answers

using of the UrlRewriting we con achive this.

response.encodeUrl(url);

response.encodeRedirectUrl(url);

First check for whether the cookies are supported by browser or not. if browser supports it return the unchanged url. otherwise it return changed url means add the session id to url.

we can also check whether cookies are supported by browser or not fallowing methods        isUsingcookies().

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions