Forum Moderators: open
i am having a problem with my Session (code used ASP). Here is my problem.
I am working on a query cart ,
the process a client select a product of a product list and it directs into a page that displays the product information. On this, my session starts, the page displays all the product info, for the product that was selected from the product list, including an input field (Quantity), this field is in place to collect the quantity of the product the user would like to buy/query.
The First time the quantity is put in and the submit button is pressed the session caries the product info through, but leaves out the quantity amount. If you do this the second time or any other time it seems to work fine. Not sure what to do or what is causing the problem
Please help!
Thanks in adv.
client select a product of a product list and it directs into a page that displays the product information. On this, my session starts,
What makes the session start then, doesnt your session start as soon as any .asp file is requested?