Refactoring this as a form wizard would be the right way to deal with it, but that might be a large undertaking.
Calling another view should not log you out unless it's explicitly deauthing. You need to figure out at which state it's trashing the session. can you dpaste some code for us? makebelieve wrote: > Hello, I've got a view that serves as a hub so that a multi-page form > has only one url. So when the user goes to the URL it sends them to > the first page of the form, the first page sends back to the hub, > which sends them to the second page and so forth. This worked great > until I required the user to be authenticated. It seems that when a > view returns another view the user is signed out. Any help on a way > around this would be greatly appreciated! > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

