Forum Moderators: open

Message Too Old, No Replies

Session does not seem to work the first time

Session problem

         

mavrick

11:55 am on Sep 2, 2003 (gmt 0)

10+ Year Member



hi all

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.

mavrick

9:11 am on Sep 8, 2003 (gmt 0)

10+ Year Member



hi guys

please help. tryed a whole lot of stuff still no progress please help!

thanks

aspdaddy

12:55 pm on Sep 8, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Cann you post the code that sends and recieves the product info.


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?

mattglet

1:04 pm on Sep 8, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you could bypass the use of sessions, and use hidden form fields. don't know if it's possible for you, just a suggestion.

-Matt

mavrick

1:43 pm on Sep 8, 2003 (gmt 0)

10+ Year Member



thanks guys, i got the sesion thing to work

thank again

later...