“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”
Read more comments...
What are session variables?
1,682 Views | (1 votes, avg: 3)
In ASP session variables are variables that last for an entire session..i.e. remain active from one page to another
When a user logs in a web site a session is created.
Session variables a variables which remain active through out this session.
The use of Session variables is to store information pertinent to that particular session.Example: user preferences etc.
Name (required)
Mail (will not be published) (required)
Your Answer
To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
In ASP session variables are variables that last for an entire session..i.e. remain active from one page to another
When a user logs in a web site a session is created.
Session variables a variables which remain active through out this session.
The use of Session variables is to store information pertinent to that particular session.
Example: user preferences etc.
Leave an Answer/Comment