hi
i dont know about session so tell m basic things about seeion and how can i handle it in vb.net

Recommended Answers

All 2 Replies

Session is use for handling information about user which is currently logged in.like his/her name,id,password or any kind of information ,that information will keep in session information until user will not clear session.

you can handle session in vb.net

i.e

session("username")="joy"
session("password")="clap"

see this site it will explain you each and evryting about session

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.