Dear all,
I have a asp page running on web server with some products now I have asp.net page that is going to be used in that project itself.I need to use the asp session in asp.net. In asp page session is not going to store in database,It is in fly.
In 2nd case I have store asp session value in database with some information and that will be retrieve in asp.net .The problem is asp Session is generating session id value numeric and asp.net is string.
So let me know how can i do it.
Thanks
Mukesh
Loading
Bechir BejaouiPosted Sep 11, 2010, 9:52 AM
Mukesh PatelPosted Sep 11, 2010, 7:22 AM
I have a project that index page is developed within classic asp and now index page has been developed in asp.net.There is only one asp.net page that is index.In index page there is two function is working on the basis of session like if user is loged in the user name will be shown on asp.net page(index.aspx) but the login is process within asp page.
2nd , if a user purchasing some products (in asp page add to cart option ) that information is going to save in a table with current session id and product information, Now that user selected product will be shown on the header of asp.net page of cuurent users or current session.he problem is asp Session is generating session id value numeric and asp.net is string.
Thanks
Bechir BejaouiPosted Sep 11, 2010, 6:58 AM
I try to understand the problem, I will expose you some questions and you make things clear for me be feed comments back
This is what I understand:
You have a variable type of int that you store within your data base, now you want to retrieve it and stock it within the session object of a given user. If this variable is modifyed then you want to save it back to your data base. Is that the issue or may I missed some details?