Actions
Bug #1370
closedSessionid wasn't stored in login function
Start date:
03/15/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1370
Description
Metacat client package comminute metacat through sessionid for keeping track the
user. Those sessionid wasn't stored in login function. So sometimes it will
cause error. For example, when you login in web site, then search metacat. The
sessionid of login wasn't stored and user is still public when you do search action.
Updated by Jing Tao over 20 years ago
In handle login method in MetacatServlet class, the sessionid and session which
stored user name and password will be put into a hash table if user successfully
login. This is only place we store session. Whant a quest come to metacat, then
we will check in there is a sessionid parameter, if it does. We will pull out
the session for the request.
The testing works fine after the code change.
Actions