Re: Malfunctioning of JSP application
- From: "impaler" <TamasJano@xxxxxxxxx>
- Date: 23 Feb 2007 01:59:33 -0800
On Feb 23, 8:45 am, "Sameer" <dolph...@xxxxxxxxx> wrote:
A JSP application accepts username and password from user.
Username and Passwords are stored in a Oracle database.
It connects to the database and validated username using the passwords
from database.
A user-id is also retrieved from the database and it is being put in a
session variable.
session.putValue("m_use_id", new Integer(m_use_id));
This user id is being used for further operations in the application.
Sometimes it happens that when the user logs into the application
using his username and password he get logged in as the username
having the user-id =1 automatically.
I have checked the code of application and find nothing wrong with the
code for this malfunction.
Can session variable values are being altered in the memory or any
other reason for this malfunctioning?
Any experiences like this?
Any guesses for this malfunctioning?
-Sameer
Some code would be helpful. My guess is that something in the code is
wrong.
.
- Follow-Ups:
- Re: Malfunctioning of JSP application
- From: Lew
- Re: Malfunctioning of JSP application
- From: Sameer
- Re: Malfunctioning of JSP application
- References:
- Malfunctioning of JSP application
- From: Sameer
- Malfunctioning of JSP application
- Prev by Date: Re: permutation with repetition
- Next by Date: Jdb: problem determining free memory
- Previous by thread: Malfunctioning of JSP application
- Next by thread: Re: Malfunctioning of JSP application
- Index(es):
Relevant Pages
|