i am not able to create a session . This means I am unable to maintain a particular username for the particular time :
<%
request.querystring("Swapnil")
Session("username")=Swapnil
Session.Timeout = 100
Response.Write(Session("Swapnil"))
%>
any help would be highly appreciated….



Reply With Quote
Copyright Techfuels
Bookmarks