Hi,


I have a rather big ASP/IIS-based system which I'm trying to rewrite and extend with python (more specifically, using Cheetah/WebKit).

I've already wrote some useful code in Cheetah/WebKit and now I'm thinking about the best way to integrate it back into the legacy system.


Basically I see the simple route:


Put Response.Redirect('webkit/..') into .asp pages. But I need to shared data between IIS and WebKit I'm not sure how to do it. First of all, I 'd like that both env. match the session state: create WebKit's session when IIS session starts and end WebKit's session when IIS session ends. Would appending parameter _SID_=xxx start the session? If yes, then how could I end it? Add another redirect to the page that would call self.session().abandon()?

Other ideas for integration and discussion are wellcome.




------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to