I am passing from one servlet through another to get the information

But when i pass from one servlet to other ,the second servlet is not recoginising the session and it is printing null.

I used String uc=(String)session.getValue("Comp").

This comp is from my html into first servlet,when it satisfies then it should pass to second .But the second servlet is printing null when for uc.

can anyone tell what is the problem.

Thanks

[398 byte] By [plalitha] at [2007-9-26 1:21:00]
# 1
1. You didn't get the session correctly in the second servlet.2. Your server doesn't support sessions.3. You spelled the name of the value wrong.Would you like more guesses?
DrClap at 2007-6-29 0:56:05 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
yes
plalitha at 2007-6-29 0:56:05 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...