I am using the default session variable and I am not abandoning the session at any point.
I tried using ViewState instead of a Session which worked on the first page. But the problem is I need to use the DataTable on a second page (popup) and can't access the ViewState on the opener page.
I tried just using a Session briefly to take the content of the ViewState["TempBasket "] and pass it to the ViewState on...
User Profile
Collapse
-
Hi Plater, what do you mean by print out the Session ID? How would I do that?
What ever the problem it happens in both IE and FF on 4 different computers I've tried.
I have been using the VS2008 built in test server. After I couldnt get it to work their I tried uploading it to our webserver to test if it was some problem with VS2008 losing the session. It worked on the server for an hour and then stopped working their...Leave a comment:
-
C# .Net Web - Session Variable Not Persisting
Hi, I'm having problems with a DataTable I'm storing in a session variable. I use this as a temporary store for a shopping cart until a customer goes through the checkout and the cart is saved to my database.
I have used DataTables stored in sessions before for shopping baskets with no problems. However, on this occasion I am only passing the AddHandler the product id and the quantity being added. The Handler then calls a getProductDetai l...
No activity results to display
Show More
Leave a comment: