ASP Session Integration

  • Thread starter Thread starter Glenn
  • Start date Start date
G

Glenn

Hi,

The aspnet newsgroup is not available so I'm posting this
message here instead.

I am required to replace modules in a large existing ASP
web app with an ASP.NET implementation. Two issues that I
am unsure of is:

1) Sharing session state between ASP and ASP.NET. Is this
possible through the use of a third party COM component?

2) Synchronisation of session timeout between ASP and
ASP.NET portions of the app. A 20 minute period of
inactivity results in an automatic logout, which is still
required to be enforced regardless of whether ASP or
ASP.NET pages are being used by a user. Possible?

Any pointers in the right direction would be hugely
appreciated.

Thanks,

Glenn.
 
Back
Top