Re: Session value persistence between views

2011-09-07 Thread alaric
Hi: Thanks for the reply. Actually, really dumb mistake, of course. I was using the default django login view to authenticate, which means that my view called "login" was never storing the session value! Once I used my own login view, I was able to store my values correctly. On Sep 7, 5:11 am, bru

Re: Session value persistence between views

2011-09-07 Thread bruno desthuilliers
On Sep 6, 10:42 am, alaric wrote: > Hi: > I am very new to Django but I am trying to authenticate using Django's > session framework. > Problem is: I need the raw password to ssh as that user to retrieve > data on another machine. I haven't gotten it to work however. > > I have a login view that l