ASP Session


  Translation results:

ASP (Active Server Pages) is a powerful tool for generating dynamic, interactive web pages.

ASP Sessionsyntax

The Session object is used to store information about a user session (session), or to change the settings of a user session (session).

ASP Sessionexample

<%
Session("username")="Donald Duck"
Session("age")=50
%>

Home

Videos

Q&A