M
miladhatam
what is the best security way to access a private page
i use session
for example
if (Session.Contents["us"].ToString() != "admin")
{
Response.Redirect("default.aspx");
}
but i know it is not safe
can you help me ?
i use session
for example
if (Session.Contents["us"].ToString() != "admin")
{
Response.Redirect("default.aspx");
}
but i know it is not safe
can you help me ?