TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Session Object
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Prasham Sabadra (1)
Vivek (1)
Sheldon Skaggs (1)
Rekha Singh (1)
Ezhilan Muniswaran (1)
pinal.dave (1)
Related resources for Session Object
No resource found
Office 365 / SharePoint Online - Resolve An Exception While Retrieving The TaxonomySession Object
1/17/2016 12:44:44 PM.
In this article I’ll explain the issue we face while retrieving the TaxonomySession object from the SharePoint online site.
Maintaining Session from the Client Application to the Web Service
9/23/2010 12:53:13 AM.
This article is based on maintaining session from the client application to the Web Service.
Session Variables as Objects
9/22/2010 12:59:37 AM.
Everyone uses session variables at some point in their career. What I am doing is offering what I feel is a better way to deal with session variables.
Session Object
8/10/2009 2:59:11 AM.
The Session object is used to store information about a user. The information is retained for the duration of the user session. Variables stored in the Session object are not discarded when the user browses from one page to another, they only destroyed when the user abandons the session or the session time out.
Template for Designing Web Application
7/2/2009 12:26:39 AM.
This article explains to develop a web application with ease and make it more robust and scalable.
Session State Management in Application having ASP and ASP. Net Pages
6/23/2009 1:44:07 AM.
If we are developing a web application in which both ASP and ASP.NET pages resides, then passing session information from ASP to ASP.NET page or vice versa becomes a critical issue. To share session state between ASP and ASP.NET pages, session state need to be stored in some common format like in database.