Using the Session Object to maintain State Create a HTML Form for Welcome.asp Login-Session Object What is Your Name? The Output of Login.html Using the Session Object to maintain State <% Dim StrName StrName = Request("Name") 'Write the user's name to a session variable Session("UserName")= StrName %> Hello ! What You Like Programming? C Programming C++ Programming C# Programming ASP Programming Java Programming Output of Welcome.asp Share on Facebook Share on Twitter Share on Google Plus RELATED POSTS
Blogger Comment
Facebook Comment