Will Sadkin wrote:
> We have a situation where we want to start a session 
> in webkit, but then redirect the user to another (IIS) 
> site, and eventually have that site send the user back to 
> our site and the same session it started with.  I'm
> thinking that the webkit session ID could be passed as
> a request argument to the cooperating site, and then
> returned in the same way, whereupon the webkit servlet
> receiving the return request would somehow lookup the
> sessionID provided, reassociate it with the "new" 
> transaction, and thereby allow the original session to 
> continue.  Is there a way to this?  

You may try with UseAutomaticPathSessions, passing the session ID in the 
URL, since cookies can normally not be shared between different sites. 
Be aware of the security issues involved herein.

-- Christoph

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to