Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > authentication ticket

Reply
Thread Tools

authentication ticket

 
 
Roel
Guest
Posts: n/a
 
      07-19-2004
Hi

Is it possible to share an authentication ticket across multiple websites
(on the same server) ?

Detailed:

I create a ticket in webapplication1. The user can click a link on
webapplication1, to access webapplication2. In webapplication2, I want to
use the ticket I created in webapplication1.

Kind regards

Roel


 
Reply With Quote
 
 
 
 
Teemu Keiski
Guest
Posts: n/a
 
      07-19-2004
Hi,

basically yes if they are under the same domain (Forms cookie name and path
are the same). Forms Authentication Cookie is normal cookie in that sense
that it has limitations to where it is sent by the browser (by default it is
sent to all pages on the same app e.g the same main domain)

See this on MSDN
http://msdn.microsoft.com/library/de...SecNetch08.asp

(Building Secure ASP.NET Applications: Authentication, Authorization, and
Secure Communication)

and there:

"Hosting Multiple Applications Using Forms Authentication"

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke



"Roel" <> wrote in message
news:...
> Hi
>
> Is it possible to share an authentication ticket across multiple websites
> (on the same server) ?
>
> Detailed:
>
> I create a ticket in webapplication1. The user can click a link on
> webapplication1, to access webapplication2. In webapplication2, I want to
> use the ticket I created in webapplication1.
>
> Kind regards
>
> Roel
>
>



 
Reply With Quote
 
 
 
 
John Saunders
Guest
Posts: n/a
 
      07-19-2004
"Roel" <> wrote in message
news:...
> Hi
>
> Is it possible to share an authentication ticket across multiple websites
> (on the same server) ?
>
> Detailed:
>
> I create a ticket in webapplication1. The user can click a link on
> webapplication1, to access webapplication2. In webapplication2, I want to
> use the ticket I created in webapplication1.


Yes. See Forms Authentication Across Applications
(http://msdn.microsoft.com/library/de...-us/cpguide/ht
ml/cpconformsauthenticationacrossapplications.asp)
--
John Saunders
johnwsaundersiii at hotmail


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forms Authentication Ticket Functionality With Windows Authentication jfer ASP .Net Security 3 09-16-2005 06:30 PM
Authentication Ticket not storing UserData Sean Patterson ASP .Net 0 01-25-2005 12:08 AM
Error decrypting authentication ticket =?Utf-8?B?QmlsbCBCb3Jn?= ASP .Net 0 10-11-2004 10:59 PM
forms authentication ticket .userdata vanishing e ASP .Net 1 10-24-2003 06:14 PM
Authentication ticket, cookieless, forms authentication? Lauchlan M ASP .Net Security 0 10-01-2003 12:23 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57