MavrickStl
Programmer
Guys,
I am using session object to store ex. First name, Last name and user ID returned by recordset from an oracle database. The problem is I am loosing the stored values ex. First name , last name and Userid ( which I am stored in different variables:
session("FirstName" = rstemp("First_Name"
varFirstName = session("FirstName"
after browsing through couple of pages. I am not sure why this is happening. I am using Windows2000 professional keeping in mind IIS on Win2000 professional only allows 10 connections at a time.
Thanks,
Mav
I am using session object to store ex. First name, Last name and user ID returned by recordset from an oracle database. The problem is I am loosing the stored values ex. First name , last name and Userid ( which I am stored in different variables:
session("FirstName" = rstemp("First_Name"
varFirstName = session("FirstName"
after browsing through couple of pages. I am not sure why this is happening. I am using Windows2000 professional keeping in mind IIS on Win2000 professional only allows 10 connections at a time.
Thanks,
Mav