Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Problem in integration JSP with ASP


Message #1 by "Rowena Perks" <Rowenap@w...> on Fri, 29 Sep 2000 12:34:20 +0100
No, absolutely not. The ASP session is maintained by IIS, whereas the JSP
session state is maintained by your Java Server.

The only possible way of maintaining some form of concurrency would be to
store relevant 'session' data in a lookup table in DB, and then pass an ID
to that record between ASP and JSP. You cannot, however, get access to each
others 'raw' session objects.

Hope this helps.

>
Ed Courtenay
Senior Java Developer
IS Solutions Plc
Tel: 01932 893326
Fax: 01932 893433
http://www.issolutions.co.uk

UK Registered Office: Windmill House, 91-93 Windmill Road,
Sunbury-on-Thames, Middlesex TW16 7EF
Company Registration No. 1892751


----- Original Message -----
From: "Rowena Perks" <Rowenap@w...>
To: "Pro_JavaServer_Pages" <pro_jsp@p...>
Sent: Friday, September 29, 2000 12:34 PM
Subject: [pro_jsp] Problem in integration JSP with ASP


> -----Original Message-----
> From: satya murthy [mailto:satya_murthy@r...]
> Sent: 29 September 2000 10:02
> To: feedback@w...
> Subject: Problem in integration JSP with ASP
>
>
> hi sir,
>       I had gone through the books Professional Server side programming
> and Professional JSP and
> i am struck up with the a problem here with an application could u please
> get me a solution for the same.
>
> The problem is "JSP and ASP session sharing is it possible ???"
>
> i.e., once the person is logging on to one of the services developed in
> ASP or JSP he should be able to access the rest of the services with out
> relogin for each services, where some of my services are developed in ASP
> and the some are in JSP.
>
>
> Waiting for your reply,
>
> Thanking you in Anticipation,
>
> Your Sincerely
>
> Satya Murthy
>
>
> ---
> To place your message here, or to sponsor this list, please e-mail
> mailto:p2pinfo@w...?subject=MediaPack, remembering to provide
> contact details for yourself. We will e-mail you a Media Pack
> within 24 hours.
>


**********************************************************************
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. If you have received this email in error please notify 
the system manager.

This footnote also confirms that this email message has been swept by 
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com     Fri, 6 Oct 2000 11:13:24 +0100 
**********************************************************************

  Return to Index