hi om praksh,
thanks for your reply.
yaa here i am pasting the code form global.asa
<script language="vbscript" runat="server">
sub Session_OnStart
Application("username")= "rajkumar"
end sub
</script>
in login page i am trying to get this application("username") value but its not displaying that value.
actually this is not my requirement .but if it works then my problem is solved
|