Secure way to share session between ASP and ASP.net

  • Thread starter Thread starter Chris
  • Start date Start date
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.
 
Hello, Chris!

Hi, there have a look at
( http://vadmyst.blogspot.com/2005/05/interconnecting-asp-and-aspnet.html )

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



--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top