| Name | Amol Lekurwale |
|---|---|
| Email Address | amol@onion.tv |
| Avatar | |
| Posts | 1 |
-
- 2009-08-06 10:47:12
- Data transfer between two applications
- Board » Django » Middleware
-
Hi,
I have two separate applications deployed on GAE. When a user request's the main application, I redirect him to the other server, authenticate him and again redirect him to the main application's server. In this process, I want some of the session data which I have created on the authenticating server to be sent while redirecting to the main application server. Can I achieve this without using query string? I am using GAE patch for Django framework.


