ASP Programming Question:
Download Job Interview Questions and Answers PDF
What are the properties of Session Object?
Answer:
SessionID returns the session identification number for each user.
Timeout sets the timeout period assigned to the Session object for any application, in minutes.
CodePage determines the code page that will be used to display content.
LCID a locale identifier, which determines time zone and language, rules for the system
Timeout sets the timeout period assigned to the Session object for any application, in minutes.
CodePage determines the code page that will be used to display content.
LCID a locale identifier, which determines time zone and language, rules for the system
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the types of HTML? | Name the ASP Objects? |