C
Chris
Hi I have to share session state between asp and asp.net. I am looking at
code examples and it looks doable but my major concern is most of the
methods that grab the ASP session involve posting to an asp page and looping
throght the cookies which doesn't seem very secure. Does anyone have any
suggestions on how to secure these posts so ONLY local pages can access
them. One example compares server variables but can't these be spoofed?
Regards, Chris.
code examples and it looks doable but my major concern is most of the
methods that grab the ASP session involve posting to an asp page and looping
throght the cookies which doesn't seem very secure. Does anyone have any
suggestions on how to secure these posts so ONLY local pages can access
them. One example compares server variables but can't these be spoofed?
Regards, Chris.