Hi All,
I have developed a web application using jps. I have a user pages, which can be accessed after entering login credentials. If a user tries to go the a certain page directly without logging in, it directs to login page, this works perfectly in all browsers except mozilla.
I have created session in all pages and checking if session is null or not, but still the users goes directly without logging in into a page where login credentials required. This is a major problem in mozilla. How to overcome this problem. Any solution regarding this would be appreciated.
Thanks