How to create session in ASP by certain method in Notepad.

Recommended Answers

All 3 Replies

od in Notepad.

<%
Session("TimeVisited") = Time()
return_session(Session("TimeVisited"))

Sub return_session(session)
Response.Write(session)
End Sub
%>

no problem =)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.