|
During the initial stages of a project I'm
currently working on we developed a way to transfer session data from the two
contexts -- basically we just opened connections to the two different services
(the servlet server and the ASP server) and pretended we were the user who
needed their data transfered to the different context. This worked fine
for us, since we only needed this capabiility for a short time in
development.
As far as I know, there's no non-hack, built-in
mechanism to transfer session data from an ASP server to some other process
(whether to a servlet engine or otherwise).
Best of luck.
Josh Braun
PCS Telecommunications
|
Title: How to read servlet session using ASP and vice versa?
- How to read servlet session using ASP and vice versa? Rendra Basuki
- Josh Braun
