Pranav Sinha

Greenhorn
+ Follow
since Oct 01, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Pranav Sinha

Hi,

I have an online shopping application developed using J2EE technologies. Users of the application are located across the globe. However, my application has been deployed on servers located in North America.

How do I make sure that the user accessing the application has similar experience in terms of response time of the application as compared to one who is in India.

Users accessing application from outside North America(say India) has to undergo through his country's gateway and ISP, so response time might be slower.

Thanks,
Pranav
Hi,

Where to find 'Java EE study guide,second edition' by Mark Cade in Bangalore, India?

Thanks,
Pranav
Hi,

I'm using weblogic server's browser based authentication for my application. However, when I try to call session.invalidate()to log out the user, it doesnt work. Session remains active and logged in username is always displayed.

Please let me know where I'm doing wrong.

Thanks,
Pranav
13 years ago
Hi,

I am facing issue in logging out the user while performing basic authentication of weblogic user.

I am using Weblogic 10.3. User is asked to enter username/password through a browser based window only for one time, but after then it never asks and keeps the user always logged in.

I am trying to log out the user by making call to session.invalidate() and weblogic.servlet.security.ServletAuthentication.invalidateAll(), but none works.

Any help will be appreciated.


Thanks,
Pranav
13 years ago