ASP Session.Contents Collection Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report The ASP Session.Contents Collection is used for collecting the items which are appended to the Application object by using script command. This Collection can also be used to provide a list of items that have been given session scope, We can use the Contents.Remove and Contents.RemoveAll methods to remove some or all of the items from the collection. Syntax: Session.Contents(Key) Parameter Values: Key: It contains a single value i.e Key which represents the name of the items. Example-1: We used to add names and objects that would be added to the contents collections. ASP <% Session("name")="Hege" Set Session("objtest")=Server.CreateObject("ADODB.Connection") %> Example-2: ASP <% Session("Name")="Akku" Session("Favourite Gane")="Cricket" for each x in Session.Contents Response.Write(x & "=" & Session.Contents(x) & "<br>") next %> Output: Name = Akku Favourite Game = Cricket Comment More infoAdvertise with us Next Article How To Make Your Name Invisible On Discord M manaschhabra2 Follow Improve Article Tags : Websites & Apps ASP-Basics Similar Reads How To Use WhatsApp Web on Your PC, Laptop or Tablet There have been many social media platforms that have been very popular among the people. Since the early days of the internet, there has been a desire among people to have social media platforms that help them connect and talk with each other. Within a few years, we started to see platforms such as 8 min read How to Fix ChatGPT "Our Systems Have Detected Unusual Activity from Your System" Issue The "Our systems have detected unusual activity from your system" error in ChatGPT occurs when OpenAIâs security systems flag your account or network for suspicious behavior. This often happens due to rapid requests, VPN usage, or violations of OpenAIâs policies. Below is a step-by-step guide to res 7 min read How to Fix DeepSeek "Server is Busy Issue Please try again later" Issue If you've encountered the "Server is Busy, please try again later" error on DeepSeek, youâre not alone. Many users are looking for solutions to this common issue, especially when theyâre trying to generate content or access AI-driven tools but are faced with delays. This error typically happens due 6 min read How To Make Your Name Invisible On Discord Creating an invisible name and avatar on Discord is a fun way to maintain anonymity or add a unique twist to your profile. By making your username and avatar appear invisible, you can blend into the background during chats, which can be a great way to surprise your friends or keep a low profile on s 6 min read How To Make Timestamps On Discord Understanding Discord's timestamp format is essential for accurately marking time in messages, especially when dealing with users across different time zones. A Discord timestamp converter helps to easily translate timestamps between regions, considering the user's Discord timestamp timezone. Using 6 min read Difference between REST API and SOAP API REST (Representational State Transfer) and SOAP (Simple Object Access Protocol) are the most common methods for communications. These services enable the web to communicate with the servers with HTTP protocol. REST is an architectural style that works over HTTP for communication, while SOAP is a pro 2 min read How to Track Someone's Location with Phone Number Finding a Location with a Phone Number has become a common requirement for various reasons, including safety and security. Whether you've misplaced your phone or need to locate a friend or family member, there are several ways to find a phone location by phone number. From using free tools like Goog 10 min read Web Design Tutorial This web design tutorial is a complete guide for beginners who want to learn web design from the basics. Here, we cover everything from web designing fundamentals such as the importance of UI/UX Design and their principles, preloader in websites, web graphics and typography, etc. to advanced web des 6 min read How to Show What Game You Are Playing on Discord How to Show What You Are Playing on Discord - Quick TipsOpen Discord > Click on your ProfileSelect "Set Custom Status"Add Your Custom Status > Click SaveCommunication is paramount in Discord, and showcasing your unique personality can make a world of difference. Whether you're a regular Discor 9 min read Figma Tutorial | Complete Beginners to Advanced UI/UX Design Guide (2024 Update) Welcome to the Figma Tutorial - Complete Beginners to Advanced UI/UX Design Guide 2024! This guide will help you learn everything you need to know about Figma, a powerful tool for creating stunning UI/UX designs. Whether you're just starting out or looking to master advanced techniques, this tutoria 8 min read Like