It is not recording me in the variable Sesión [“usuario”]

FerSal68
21
Reputation points
this generating the username and password, I buy it with my database, I connect with Oracle.DataAccess.Client when I look for the select and I bring the info, the user is OK I want to put it in the variable session
Sesión ["usuario"] = TxtUsuario.Text;
but it does not save anything in this variable, what could be happening, am I missing something to configure ???
I wait help me
{count} votes
They are my first steps, the visual studio 2017 and ISS are here
I already generated the income, connecting to the database
it is ok, pass and check the username in session
It does not give me an error, as it does not save the session variable, can you step by step what I should do, thanks
@FerSal68 You need to debug the code yourself, we can’t reproduce your problem.