File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Maintaining sessions between ASP & JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Maintaining sessions between ASP & JSP" Watch "Maintaining sessions between ASP & JSP" New topic
Author

Maintaining sessions between ASP & JSP

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
Hi,
I have a site which initially takes u to a jsp page and from here the user is also directed to am ASP page. So i need to maintain 2 different sessions. While moving from jsp to asp, i pass the employee id each time, and create a session. But at the same time i need to maintain the session for the jsp, so that when i go back to the jsp link, the jsp session is still intact.
How do i do that?
Any solutions ...
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12269
    
    1
I don't think there is any easy way to make ASP and JSP cooperate on the session. Maybe a shared database with the employee id as the common key?
Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Maintaining sessions between ASP & JSP
 
Similar Threads
page attribute tag for session?
scope issues?
EJB3 Doubts
How to prevent creating a new session whenever a resource is mapped from struts-config.xml
Authentication woes