I am using .asp and .aspx files together on the same application. I would like to use Session variables with a .asp file. Will this work? Can I use Session variables with a .asp and .asax file? Or will global .asa work?
I haven't started coding yet. I thought I would save myself some time and ask first. Any suggestions are appreciated.
Thanks,
MikeHi there,
There are several articles our there that explain the tweeks you need to do to share sessions between asp and asp.net... here are some of them:
http://www.eggheadcafe.com/articles/20021207.asp
http://www.asp101.com/articles/sidney/sharingsessionstate/default.asp
I hope this helps,
Covo
0 comments:
Post a Comment