Webmaster Forums - Website and SEO Help

Web Development and Design => Database, Server, Coding and Website Administration => Topic started by: mark.smith836 on August 28, 2012, 03:27:19 AM

Title: What is the major difference between Querystring and Session
Post by: mark.smith836 on August 28, 2012, 03:27:19 AM
Querystring is often used to retrieve specific information or data from the database according to certain criteria. It typically assigns after ? Sign and supports only 255 characters.

Example:-
http://www.example.com/books/book.html?Title=Ansi C

Session is often used to store information for the user 's visit to the site.
Example:-
Session("Firstname")="James"