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 user.I want to > make that centralized and want to login as same use so end user will > be not able to identify that application has changed.I am maintaining > my session through database.so please suggest me way or wrapper or > module which handels this. > What you have described calls for an SSO module. Basically you modify Django and/or the other web app to use the same database table for sessions Django makes this fairly easy, and many PHP applications don't. There is probably a lot of resources "out there" by googling "Django SSO"
Take care! Jeff Anderson
signature.asc
Description: OpenPGP digital signature

