Please help me Out to Create Session in VB.net/ASp.net

B

Bond

Hi friends,

I need to write a program , where i need to track the Session
of each user by using Session ID . I request u all to please provide
me the exact coding of using Session ID for validation purpose and to
make it avalible on every web page.

thank you
Jitesh tolar
http://www.intelcs.com/IT-Companies
 
?

=?ISO-8859-1?Q?Lasse_V=E5gs=E6ther_Karlsen?=

Bond said:
Hi friends,

I need to write a program , where i need to track the Session
of each user by using Session ID . I request u all to please provide
me the exact coding of using Session ID for validation purpose and to
make it avalible on every web page.

thank you
Jitesh tolar
http://www.intelcs.com/IT-Companies

First, there is already support for session "tracking" built into
ASP.NET, which means that you already have what I think you're asking.
Look at the Session object.

Secondly, this is a C# newsgroup, you're probably better off asking in a
asp.net group, or in a vb group if your question is specific to VB.NET.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top