----||| ONLINE LIVE PROJECT TRAINING |||---- Join Our Facebook - TopicsExpress



          

----||| ONLINE LIVE PROJECT TRAINING |||---- Join Our Facebook Group for Updates and Free Discussions. Click Here>>> ow.ly/HdZGg . What is Session object ? (Walk Through Web Application and Development using ASP.net) HTTP is a stateless protocol; it cant hold the user information on web page. If user inserts some information, and move to the next page, that data will be lost and user would not able to retrieve the information. For accessing that information we have to store information. Session provides that facility to store information on server memory. It can support any type of object to store. For every user Session data store separately means session is user specific. You just need to write Session(“ScreenName”)=”myname” and the value will be stored in the memory. Now you can retrieve the same using Somevariable=Session(“ScreenName”).ToString
Posted on: Tue, 13 Jan 2015 08:22:36 +0000

Trending Topics



Recently Viewed Topics




© 2015