wenwei cheng

Greenhorn
+ Follow
since Jul 12, 2001
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 wenwei cheng

I don't know, but sometimes it does make difference. I guest depends on the implement of the server, I did not use JRun. But for iPlanet, my co-worker did encounter some problem with deferent platform.
22 years ago
can you try <jsp:include page="http://yourdomainname/servlet/ConnectionServlet" flush="true" />
22 years ago
can you check your code see before you call request.getSession() , did you call any method on response, in another word
To make sure the session is properly maintained, you must call getSession() before the response is committed.
22 years ago
sorry, Sheriff
22 years ago