Pls help me....
I am using the session variable to make the integrity of the application but there is some very minor problem which i m not getting pls help me.......to find out......
the code i am using on header of every window is
<script type="text/vb">
Session('sesname')=Request.form("loginname");
Session('sespassword')=Request.form("password");
if Session('sesname')=" " and Session('sespassword')=" " then
Response.Redirect("index.asp")
</script>
<html><head>...............like...
pls suggest where i m doing mistake.....
Nisha Dogra