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