![]() |
|
|
|||||||
![]() |
ASP Net - sharing sessions among JSP and ASP.NET |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
We have applications written by JSP/Servlet and ASP.NET. All our future
development would be based on ASP.NET. We wants to develop a single user interface so that users would not be aware that some of the modules they are using are implement by JSP or ASP.NET (e.g. no need to login both JSP and ASP.NET applications)? Are there any suggestions to share the session in formation among JSP and ASP.NET, or some single-sign on solution. Thanks. qube3 |
|
|
|
|
#2 |
|
Posts: n/a
|
Don't really no about that.
But i know ASP and ASP.NET don't share sessions. PAtrick "qube3" wrote: > We have applications written by JSP/Servlet and ASP.NET. All our future > development would be based on ASP.NET. > > > We wants to develop a single user interface so that users would not be aware > that some of the modules they are using are implement by JSP or ASP.NET > (e.g. no need to login both JSP and ASP.NET applications)? Are there any > suggestions to share the session in formation among JSP and ASP.NET, or some > single-sign on solution. > > Thanks. > > > =?Utf-8?B?UGF0cmljay5PLklnZQ==?= |
|
|
|
#3 |
|
Posts: n/a
|
Hi Mr.Patrick,
I would like to inform you about session sharing. ASP and ASP.NET can share the same session. In our company we use ASP and ASP.NET applications which share the same session. If you wish you can find the article about that on MSDN Library following the link below http://msdn.microsoft.com/library/de...rttoaspnet.asp But i really don't have any idea about session sharing between JSP and ASP.NET. Using SQL Server as the state server can be a solution. The idea of sharing session between ASP and ASP.NET which is discussed in the article is based on this principle. -- No Sign "Patrick.O.Ige" wrote: > Don't really no about that. > But i know ASP and ASP.NET don't share sessions. > PAtrick > > > "qube3" wrote: > > > We have applications written by JSP/Servlet and ASP.NET. All our future > > development would be based on ASP.NET. > > > > > > We wants to develop a single user interface so that users would not be aware > > that some of the modules they are using are implement by JSP or ASP.NET > > (e.g. no need to login both JSP and ASP.NET applications)? Are there any > > suggestions to share the session in formation among JSP and ASP.NET, or some > > single-sign on solution. > > > > Thanks. > > > > > > =?Utf-8?B?YmFzdWxhc3o=?= |
|
|
|
#4 |
|
Posts: n/a
|
There is also an article about sessions on migration from JSP to ASP.NET on
the following link; http://msdn.microsoft.com/library/en...Management.asp -- No Sign "Patrick.O.Ige" wrote: > Don't really no about that. > But i know ASP and ASP.NET don't share sessions. > PAtrick > > > "qube3" wrote: > > > We have applications written by JSP/Servlet and ASP.NET. All our future > > development would be based on ASP.NET. > > > > > > We wants to develop a single user interface so that users would not be aware > > that some of the modules they are using are implement by JSP or ASP.NET > > (e.g. no need to login both JSP and ASP.NET applications)? Are there any > > suggestions to share the session in formation among JSP and ASP.NET, or some > > single-sign on solution. > > > > Thanks. > > > > > > =?Utf-8?B?YmFzdWxhc3o=?= |
|
|
|
#5 |
|
Posts: n/a
|
million thanks!
"basulasz" <> ¦b¶l¥ó news > There is also an article about sessions on migration from JSP to ASP.NET on > the following link; > > http://msdn.microsoft.com/library/en...Management.asp > -- > No Sign > > > "Patrick.O.Ige" wrote: > > > Don't really no about that. > > But i know ASP and ASP.NET don't share sessions. > > PAtrick > > > > > > "qube3" wrote: > > > > > We have applications written by JSP/Servlet and ASP.NET. All our future > > > development would be based on ASP.NET. > > > > > > > > > We wants to develop a single user interface so that users would not be aware > > > that some of the modules they are using are implement by JSP or ASP.NET > > > (e.g. no need to login both JSP and ASP.NET applications)? Are there any > > > suggestions to share the session in formation among JSP and ASP.NET, or some > > > single-sign on solution. > > > > > > Thanks. > > > > > > > > > qube3 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| viewstate MAC failed in asp.net 2.0 while postback the page | azraffarveen | Software | 0 | 05-12-2009 03:24 PM |
| .NET 2.0 Web Apps / .NET 3.5 ASP.NET Apps - Differences/Similariti | london1919 | MCTS | 1 | 12-08-2008 03:16 PM |
| ASP.NET: Asign Users in Roles(Array.IndexOf(Of String) method) | msandlana | Software | 0 | 04-25-2008 06:37 AM |
| how to use chm file in asp.net | AjayKumar | Software | 0 | 07-03-2007 01:25 PM |
| ASP.NET 2.0 application does not run in WIN2k3 | johnfraj | Software | 0 | 04-19-2007 08:27 AM |