| Author |
Getting Session as null
|
Nitin Gogia
Greenhorn
Joined: Jan 17, 2003
Posts: 22
|
|
Hi, In a application; i have a JSP page which contains a link which points to servlet which serves the image. Now the problem is when a servlet is called i get HTTP 401 - Unauthorized error and session is also null. I am not able to figure out why i am getting the session as null. I am using encodeURL to encode the link. Also this problem is not consistent. Sometimes it works and sometimes i get session as null and HTTP 401 error. Please help. Regards, Nitin
|
 |
Asher Tarnopolski
Ranch Hand
Joined: Jul 28, 2001
Posts: 260
|
|
401 sounds strange. if you get null from your session, but it doesn't happen always, what is the chance your session just times out? you can also post your code here.
|
Asher Tarnopolski
SCJP,SCWCD
|
 |
 |
|
|
subject: Getting Session as null
|
|
|