Re: Login to another system with django

2009-02-19 Thread Jeff Anderson
ganno wrote: > Hi all, > > I am new to django.And i need to develope a login system which > manage my session on another php site.Main login is from django site > but when i redirects my page then my session is not maintained and and > i will be redirected as anonymous user not as current

Login to another system with django

2009-02-19 Thread ganno
Hi all, I am new to django.And i need to develope a login system which manage my session on another php site.Main login is from django site but when i redirects my page then my session is not maintained and and i will be redirected as anonymous user not as current user.I want to make that